#CC6E8F

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

Shades of Hopbush #CC6E8F

Tints of Hopbush #CC6E8F

Color information

#CC6E8F (or 0xCC6E8F) is unknown color: approx Hopbush. HEX triplet: CC, 6E and 8F. RGB value is (204,110,143). Sum of RGB (Red+Green+Blue) = 204+110+143=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6E8F is #339170. Grayscale: #8D8D8D. Windows color (decimal): -3379569 or 9400012. OLE color: 9400012.

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

Color convert

RGB204110143-
CMYK00.460.300.2
HSL338.94º47.96%61.57%-
HSV(B)338.94º46.08%80%-
XYZ35.4425.9729.13-
YUV141.87128.64172.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=44.64%
G=24.07%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411014300.460.300.2338.9447.9661.57
HexCC6E8F02E1E14153303e
Octal31415621705636245236076
Binary1100110011011101000111101011101111010100101010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E8F; }

 p { color: rgb(204,110,143); }

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

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

 a { background-color: rgb(204,110,143); }

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

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

 span { border-color: rgb(204,110,143); }

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