#CC6D7A

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

Shades of Charm #CC6D7A

Tints of Charm #CC6D7A

Color information

#CC6D7A (or 0xCC6D7A) is unknown color: approx Charm. HEX triplet: CC, 6D and 7A. RGB value is (204,109,122). Sum of RGB (Red+Green+Blue) = 204+109+122=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D7A is #339285. Grayscale: #8A8A8A. Windows color (decimal): -3379846 or 8023500. OLE color: 8023500.

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

Color convert

RGB204109122-
CMYK00.470.400.2
HSL351.79º48.22%61.37%-
HSV(B)351.79º46.57%80%-
XYZ33.8825.1821.49-
YUV138.89118.47174.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=46.90%
G=25.06%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410912200.470.400.2351.7948.2261.37
HexCC6D7A02F2814160303d
Octal31415517205750245406075
Binary1100110011011011111010010111110100010100101100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6D7A; }

 p { color: rgb(204,109,122); }

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

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

 a { background-color: rgb(204,109,122); }

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

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

 span { border-color: rgb(204,109,122); }

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