#CC667C

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

Shades of Charm #CC667C

Tints of Charm #CC667C

Color information

#CC667C (or 0xCC667C) is unknown color: approx Charm. HEX triplet: CC, 66 and 7C. RGB value is (204,102,124). Sum of RGB (Red+Green+Blue) = 204+102+124=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC667C is #339983. Grayscale: #878787. Windows color (decimal): -3381636 or 8152780. OLE color: 8152780.

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

Color convert

RGB204102124-
CMYK00.50.390.2
HSL347.06º50%60%-
HSV(B)347.06º50%80%-
XYZ33.2923.821.91-
YUV135.01121.79177.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=47.44%
G=23.72%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410212400.50.390.2347.065060
HexCC667C032271415b323c
Octal31414617406247245336274
Binary1100110011001101111100011001010011110100101011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC667C; }

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

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

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

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

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

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

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

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