#C96690

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

Shades of Hopbush #C96690

Tints of Hopbush #C96690

Color information

#C96690 (or 0xC96690) is unknown color: approx Hopbush. HEX triplet: C9, 66 and 90. RGB value is (201,102,144). Sum of RGB (Red+Green+Blue) = 201+102+144=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C96690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96690 is #36996F. Grayscale: #888888. Windows color (decimal): -3578224 or 9463497. OLE color: 9463497.

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

Color convert

RGB201102144-
CMYK00.490.280.21
HSL334.55º47.83%59.41%-
HSV(B)334.55º49.25%78.82%-
XYZ33.8723.9329.22-
YUV136.39132.3174.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=44.97%
G=22.82%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110214400.490.280.21334.5547.8359.41
HexC966900311C1514f303b
Octal31114622006134255176073
Binary1100100111001101001000001100011110010101101001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96690; }

 p { color: rgb(201,102,144); }

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

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

 a { background-color: rgb(201,102,144); }

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

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

 span { border-color: rgb(201,102,144); }

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