#CD7C89

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

Shades of Charm #CD7C89

Tints of Charm #CD7C89

Color information

#CD7C89 (or 0xCD7C89) is unknown color: approx Charm. HEX triplet: CD, 7C and 89. RGB value is (205,124,137). Sum of RGB (Red+Green+Blue) = 205+124+137=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C89 is #328376. Grayscale: #959595. Windows color (decimal): -3310455 or 9010381. OLE color: 9010381.

HSL color Cylindrical-coordinate representation of color #CD7C89: hue angle of 350.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7C89 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB205124137-
CMYK00.400.330.20
HSL350.37º44.75%64.51%-
HSV(B)350.37º39.51%80.39%-
XYZ36.929.227.36-
YUV149.7120.84167.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=43.99%
G=26.61%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512413700.400.330.20350.3744.7564.51
HexCD7C89028211415e2d41
Octal315174211050412453655101
Binary110011011111100100010010101000100001101001010111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7C89; }

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

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

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

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

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

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

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

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