#CD818D

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

Shades of Charm #CD818D

Tints of Charm #CD818D

Color information

#CD818D (or 0xCD818D) is unknown color: approx Charm. HEX triplet: CD, 81 and 8D. RGB value is (205,129,141). Sum of RGB (Red+Green+Blue) = 205+129+141=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD818D is #327E72. Grayscale: #999999. Windows color (decimal): -3309171 or 9273805. OLE color: 9273805.

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

Color convert

RGB205129141-
CMYK00.370.310.20
HSL350.53º43.18%65.49%-
HSV(B)350.53º37.07%80.39%-
XYZ37.8330.629.11-
YUV153.09121.18165.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=43.16%
G=27.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512914100.370.310.20350.5343.1865.49
HexCD818D0251F1415f2b41
Octal315201215045372453753101
Binary110011011000000110001101010010111111101001010111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD818D; }

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

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

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

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

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

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

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

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