#CC667A

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

Shades of Charm #CC667A

Tints of Charm #CC667A

Color information

#CC667A (or 0xCC667A) is unknown color: approx Charm. HEX triplet: CC, 66 and 7A. RGB value is (204,102,122). Sum of RGB (Red+Green+Blue) = 204+102+122=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC667A is #339985. Grayscale: #868686. Windows color (decimal): -3381638 or 8021708. OLE color: 8021708.

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

Color convert

RGB204102122-
CMYK00.50.400.2
HSL348.24º50%60%-
HSV(B)348.24º50%80%-
XYZ33.1723.7521.25-
YUV134.78120.79177.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=47.66%
G=23.83%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410212200.50.400.2348.245060
HexCC667A032281415c323c
Octal31414617206250245346274
Binary1100110011001101111010011001010100010100101011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC667A; }

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

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

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

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

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

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

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

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