#CC6F92

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

Shades of Hopbush #CC6F92

Tints of Hopbush #CC6F92

Color information

#CC6F92 (or 0xCC6F92) is unknown color: approx Hopbush. HEX triplet: CC, 6F and 92. RGB value is (204,111,146). Sum of RGB (Red+Green+Blue) = 204+111+146=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F92 is #33906D. Grayscale: #8E8E8E. Windows color (decimal): -3379310 or 9596876. OLE color: 9596876.

HSL color Cylindrical-coordinate representation of color #CC6F92: hue angle of 337.42º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F92 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204111146-
CMYK00.460.280.2
HSL337.42º47.69%61.76%-
HSV(B)337.42º45.59%80%-
XYZ35.7726.2830.38-
YUV142.8129.81171.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=44.25%
G=24.08%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411114600.460.280.2337.4247.6961.76
HexCC6F9202E1C14151303e
Octal31415722205634245216076
Binary1100110011011111001001001011101110010100101010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F92; }

 p { color: rgb(204,111,146); }

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

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

 a { background-color: rgb(204,111,146); }

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

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

 span { border-color: rgb(204,111,146); }

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