#CD8189

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

Shades of Charm #CD8189

Tints of Charm #CD8189

Color information

#CD8189 (or 0xCD8189) is unknown color: approx Charm. HEX triplet: CD, 81 and 89. RGB value is (205,129,137). Sum of RGB (Red+Green+Blue) = 205+129+137=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8189 is #327E76. Grayscale: #989898. Windows color (decimal): -3309175 or 9011661. OLE color: 9011661.

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

Color convert

RGB205129137-
CMYK00.370.330.20
HSL353.68º43.18%65.49%-
HSV(B)353.68º37.07%80.39%-
XYZ37.5430.4927.57-
YUV152.64119.18165.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=43.52%
G=27.39%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512913700.370.330.20353.6843.1865.49
HexCD818902521141622b41
Octal315201211045412454253101
Binary1100110110000001100010010100101100001101001011000101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8189; }

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

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

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

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

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

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

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

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