#C96997

Color #C96997 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C96997

Tints of Hopbush #C96997

Color information

#C96997 (or 0xC96997) is unknown color: approx Hopbush. HEX triplet: C9, 69 and 97. RGB value is (201,105,151). Sum of RGB (Red+Green+Blue) = 201+105+151=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C96997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96997 is #369668. Grayscale: #8A8A8A. Windows color (decimal): -3577449 or 9923017. OLE color: 9923017.

HSL color Cylindrical-coordinate representation of color #C96997: hue angle of 331.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96997 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB201105151-
CMYK00.480.250.21
HSL331.25º47.06%60%-
HSV(B)331.25º47.76%78.82%-
XYZ34.7224.7632.23-
YUV138.95134.8172.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=43.98%
G=22.98%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110515100.480.250.21331.2547.0660
HexC96997030191514b2f3c
Octal31115122706031255135774
Binary1100100111010011001011101100001100110101101001011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96997; }

 p { color: rgb(201,105,151); }

 H1.HeaderClassName
 {
   color: #C96997;
 }
 .AnyTagClassName
 {
   color: #C96997;
 }
</style>
background-color css

<style>
 a { background-color: #C96997; }

 a { background-color: rgb(201,105,151); }

 div.DivClassName
 {
   background-color: #C96997;
 }
 .BgClassName
 {
   background-color: #C96997;
 }
</style>
border-color css

<style>
 span { border-color: #C96997; }

 span { border-color: rgb(201,105,151); }

 td.TdClassName
 {
   border-color: #C96997;
 }
 .TagClassName
 {
   border-color: #C96997;
 }
</style>