#CC6C7B

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

Shades of Charm #CC6C7B

Tints of Charm #CC6C7B

Color information

#CC6C7B (or 0xCC6C7B) is unknown color: approx Charm. HEX triplet: CC, 6C and 7B. RGB value is (204,108,123). Sum of RGB (Red+Green+Blue) = 204+108+123=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C7B is #339384. Grayscale: #8A8A8A. Windows color (decimal): -3380101 or 8088780. OLE color: 8088780.

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

Color convert

RGB204108123-
CMYK00.470.400.2
HSL350.62º48.48%61.18%-
HSV(B)350.62º47.06%80%-
XYZ33.8424.9921.78-
YUV138.41119.3174.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=46.90%
G=24.83%
B=28.28%

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
Decimal20410812300.470.400.2350.6248.4861.18
HexCC6C7B02F281415f303d
Octal31415417305750245376075
Binary1100110011011001111011010111110100010100101011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6C7B; }

 p { color: rgb(204,108,123); }

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

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

 a { background-color: rgb(204,108,123); }

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

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

 span { border-color: rgb(204,108,123); }

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