#C96D9C

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

Shades of Hopbush #C96D9C

Tints of Hopbush #C96D9C

Color information

#C96D9C (or 0xC96D9C) is unknown color: approx Hopbush. HEX triplet: C9, 6D and 9C. RGB value is (201,109,156). Sum of RGB (Red+Green+Blue) = 201+109+156=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D9C is #369263. Grayscale: #8D8D8D. Windows color (decimal): -3576420 or 10251721. OLE color: 10251721.

HSL color Cylindrical-coordinate representation of color #C96D9C: hue angle of 329.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96D9C is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201109156-
CMYK00.460.220.21
HSL329.35º46%60.78%-
HSV(B)329.35º45.77%78.82%-
XYZ35.5625.7634.55-
YUV141.87135.98170.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=43.13%
G=23.39%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110915600.460.220.21329.354660.78
HexC96D9C02E16151492e3d
Octal31115523405626255115675
Binary1100100111011011001110001011101011010101101001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D9C; }

 p { color: rgb(201,109,156); }

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

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

 a { background-color: rgb(201,109,156); }

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

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

 span { border-color: rgb(201,109,156); }

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