#CD7089

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

Shades of Charm #CD7089

Tints of Charm #CD7089

Color information

#CD7089 (or 0xCD7089) is unknown color: approx Charm. HEX triplet: CD, 70 and 89. RGB value is (205,112,137). Sum of RGB (Red+Green+Blue) = 205+112+137=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7089 is #328F76. Grayscale: #8E8E8E. Windows color (decimal): -3313527 or 9007309. OLE color: 9007309.

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

Color convert

RGB205112137-
CMYK00.450.330.20
HSL343.87º48.19%62.16%-
HSV(B)343.87º45.37%80.39%-
XYZ35.4926.3726.89-
YUV142.66124.81172.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 137 (53.91% from 255) = 30.18%
R=45.15%
G=24.67%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511213700.450.330.20343.8748.1962.16
HexCD708902D2114158303e
Octal31516021105541245306076
Binary11001101111000010001001010110110000110100101011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7089; }

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

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

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

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

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

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

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

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