#C9668E

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

Shades of Hopbush #C9668E

Tints of Hopbush #C9668E

Color information

#C9668E (or 0xC9668E) is unknown color: approx Hopbush. HEX triplet: C9, 66 and 8E. RGB value is (201,102,142). Sum of RGB (Red+Green+Blue) = 201+102+142=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9668E is #369971. Grayscale: #888888. Windows color (decimal): -3578226 or 9332425. OLE color: 9332425.

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

Color convert

RGB201102142-
CMYK00.490.290.21
HSL335.76º47.83%59.41%-
HSV(B)335.76º49.25%78.82%-
XYZ33.7223.8728.42-
YUV136.16131.3174.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=45.17%
G=22.92%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110214200.490.290.21335.7647.8359.41
HexC9668E0311D15150303b
Octal31114621606135255206073
Binary1100100111001101000111001100011110110101101010000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9668E; }

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

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

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

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

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

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

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

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