#CD667E

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

Shades of Charm #CD667E

Tints of Charm #CD667E

Color information

#CD667E (or 0xCD667E) is unknown color: approx Charm. HEX triplet: CD, 66 and 7E. RGB value is (205,102,126). Sum of RGB (Red+Green+Blue) = 205+102+126=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD667E is #329981. Grayscale: #878787. Windows color (decimal): -3316098 or 8283853. OLE color: 8283853.

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

Color convert

RGB205102126-
CMYK00.500.390.20
HSL346.02º50.74%60.2%-
HSV(B)346.02º50.24%80.39%-
XYZ33.6923.9922.59-
YUV135.53122.62177.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=47.34%
G=23.56%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510212600.500.390.20346.0250.7460.2
HexCD667E032271415a333c
Octal31514617606247245326374
Binary1100110111001101111110011001010011110100101011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD667E; }

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

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

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

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

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

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

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

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