#C96692

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

Shades of Hopbush #C96692

Tints of Hopbush #C96692

Color information

#C96692 (or 0xC96692) is unknown color: approx Hopbush. HEX triplet: C9, 66 and 92. RGB value is (201,102,146). Sum of RGB (Red+Green+Blue) = 201+102+146=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C96692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96692 is #36996D. Grayscale: #888888. Windows color (decimal): -3578222 or 9594569. OLE color: 9594569.

HSL color Cylindrical-coordinate representation of color #C96692: hue angle of 333.33º 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 #C96692 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB201102146-
CMYK00.490.270.21
HSL333.33º47.83%59.41%-
HSV(B)333.33º49.25%78.82%-
XYZ34.032430.03-
YUV136.62133.3173.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=44.77%
G=22.72%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110214600.490.270.21333.3347.8359.41
HexC966920311B1514d303b
Octal31114622206133255156073
Binary1100100111001101001001001100011101110101101001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96692; }

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

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

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

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

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

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

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

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