#CD818B

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

Shades of Charm #CD818B

Tints of Charm #CD818B

Color information

#CD818B (or 0xCD818B) is unknown color: approx Charm. HEX triplet: CD, 81 and 8B. RGB value is (205,129,139). Sum of RGB (Red+Green+Blue) = 205+129+139=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD818B is #327E74. Grayscale: #989898. Windows color (decimal): -3309173 or 9142733. OLE color: 9142733.

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

Color convert

RGB205129139-
CMYK00.370.320.20
HSL352.11º43.18%65.49%-
HSV(B)352.11º37.07%80.39%-
XYZ37.6930.5428.34-
YUV152.86120.18165.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=43.34%
G=27.27%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512913900.370.320.20352.1143.1865.49
HexCD818B02520141602b41
Octal315201213045402454053101
Binary1100110110000001100010110100101100000101001011000001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD818B; }

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

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

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

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

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

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

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

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