#CC667F

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

Shades of Charm #CC667F

Tints of Charm #CC667F

Color information

#CC667F (or 0xCC667F) is unknown color: approx Charm. HEX triplet: CC, 66 and 7F. RGB value is (204,102,127). Sum of RGB (Red+Green+Blue) = 204+102+127=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC667F is #339980. Grayscale: #878787. Windows color (decimal): -3381633 or 8349388. OLE color: 8349388.

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

Color convert

RGB204102127-
CMYK00.50.380.2
HSL345.29º50%60%-
HSV(B)345.29º50%80%-
XYZ33.4823.8722.92-
YUV135.35123.29176.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 127 (50% from 255) = 29.33%
R=47.11%
G=23.56%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410212700.50.380.2345.295060
HexCC667F0322614159323c
Octal31414617706246245316274
Binary1100110011001101111111011001010011010100101011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC667F; }

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

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

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

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

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

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

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

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