#CC6F94

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

Shades of Hopbush #CC6F94

Tints of Hopbush #CC6F94

Color information

#CC6F94 (or 0xCC6F94) is unknown color: approx Hopbush. HEX triplet: CC, 6F and 94. RGB value is (204,111,148). Sum of RGB (Red+Green+Blue) = 204+111+148=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F94 is #33906B. Grayscale: #8E8E8E. Windows color (decimal): -3379308 or 9727948. OLE color: 9727948.

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

Color convert

RGB204111148-
CMYK00.460.270.2
HSL336.13º47.69%61.76%-
HSV(B)336.13º45.59%80%-
XYZ35.9326.3431.21-
YUV143.02130.81171.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=44.06%
G=23.97%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411114800.460.270.2336.1347.6961.76
HexCC6F9402E1B14150303e
Octal31415722405633245206076
Binary1100110011011111001010001011101101110100101010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F94; }

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

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

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

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

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

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

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

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