#CC6C7F

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

Shades of Charm #CC6C7F

Tints of Charm #CC6C7F

Color information

#CC6C7F (or 0xCC6C7F) is unknown color: approx Charm. HEX triplet: CC, 6C and 7F. RGB value is (204,108,127). Sum of RGB (Red+Green+Blue) = 204+108+127=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C7F is #339380. Grayscale: #8A8A8A. Windows color (decimal): -3380097 or 8350924. OLE color: 8350924.

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

Color convert

RGB204108127-
CMYK00.470.380.2
HSL348.12º48.48%61.18%-
HSV(B)348.12º47.06%80%-
XYZ34.125.0923.13-
YUV138.87121.3174.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 127 (50% from 255) = 28.93%
R=46.47%
G=24.60%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410812700.470.380.2348.1248.4861.18
HexCC6C7F02F261415c303d
Octal31415417705746245346075
Binary1100110011011001111111010111110011010100101011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6C7F; }

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

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

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

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

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

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

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

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