#CD667C

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

Shades of Charm #CD667C

Tints of Charm #CD667C

Color information

#CD667C (or 0xCD667C) is unknown color: approx Charm. HEX triplet: CD, 66 and 7C. RGB value is (205,102,124). Sum of RGB (Red+Green+Blue) = 205+102+124=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD667C is #329983. Grayscale: #878787. Windows color (decimal): -3316100 or 8152781. OLE color: 8152781.

HSL color Cylindrical-coordinate representation of color #CD667C: hue angle of 347.18º degrees, saturation: 0.51, 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 #CD667C is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205102124-
CMYK00.500.400.20
HSL347.18º50.74%60.2%-
HSV(B)347.18º50.24%80.39%-
XYZ33.5723.9421.92-
YUV135.3121.62177.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=47.56%
G=23.67%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510212400.500.400.20347.1850.7460.2
HexCD667C032281415b333c
Octal31514617406250245336374
Binary1100110111001101111100011001010100010100101011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD667C; }

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

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

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

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

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

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

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

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