#CC6786

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

Shades of Charm #CC6786

Tints of Charm #CC6786

Color information

#CC6786 (or 0xCC6786) is unknown color: approx Charm. HEX triplet: CC, 67 and 86. RGB value is (204,103,134). Sum of RGB (Red+Green+Blue) = 204+103+134=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6786 is #339879. Grayscale: #888888. Windows color (decimal): -3381370 or 8808396. OLE color: 8808396.

HSL color Cylindrical-coordinate representation of color #CC6786: hue angle of 341.58º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6786 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204103134-
CMYK00.500.340.2
HSL341.58º49.75%60.2%-
HSV(B)341.58º49.51%80%-
XYZ34.0624.2625.44-
YUV136.73126.46175.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=46.26%
G=23.36%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410313400.500.340.2341.5849.7560.2
HexCC67860322214156323c
Octal31414720606242245266274
Binary11001100110011110000110011001010001010100101010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6786; }

 p { color: rgb(204,103,134); }

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

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

 a { background-color: rgb(204,103,134); }

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

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

 span { border-color: rgb(204,103,134); }

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