#CD8389

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

Shades of Charm #CD8389

Tints of Charm #CD8389

Color information

#CD8389 (or 0xCD8389) is unknown color: approx Charm. HEX triplet: CD, 83 and 89. RGB value is (205,131,137). Sum of RGB (Red+Green+Blue) = 205+131+137=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8389 is #327C76. Grayscale: #999999. Windows color (decimal): -3308663 or 9012173. OLE color: 9012173.

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

Color convert

RGB205131137-
CMYK00.360.330.20
HSL355.14º42.53%65.88%-
HSV(B)355.14º36.1%80.39%-
XYZ37.8131.0227.66-
YUV153.81118.52164.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=43.34%
G=27.70%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513113700.360.330.20355.1442.5365.88
HexCD838902421141632b42
Octal315203211044412454353102
Binary1100110110000011100010010100100100001101001011000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8389; }

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

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

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

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

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

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

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

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