#CD667F

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

Shades of Charm #CD667F

Tints of Charm #CD667F

Color information

#CD667F (or 0xCD667F) is unknown color: approx Charm. HEX triplet: CD, 66 and 7F. RGB value is (205,102,127). Sum of RGB (Red+Green+Blue) = 205+102+127=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD667F is #329980. Grayscale: #878787. Windows color (decimal): -3316097 or 8349389. OLE color: 8349389.

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

Color convert

RGB205102127-
CMYK00.500.380.20
HSL345.44º50.74%60.2%-
HSV(B)345.44º50.24%80.39%-
XYZ33.7624.0122.93-
YUV135.65123.12177.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 127 (50% from 255) = 29.26%
R=47.24%
G=23.50%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510212700.500.380.20345.4450.7460.2
HexCD667F0322614159333c
Octal31514617706246245316374
Binary1100110111001101111111011001010011010100101011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD667F; }

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

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

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

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

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

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

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

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