#CD6181

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

Shades of Charm #CD6181

Tints of Charm #CD6181

Color information

#CD6181 (or 0xCD6181) is unknown color: approx Charm. HEX triplet: CD, 61 and 81. RGB value is (205,97,129). Sum of RGB (Red+Green+Blue) = 205+97+129=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6181 is #329E7E. Grayscale: #848484. Windows color (decimal): -3317375 or 8479181. OLE color: 8479181.

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

Color convert

RGB20597129-
CMYK00.530.370.20
HSL342.22º51.92%59.22%-
HSV(B)342.22º52.68%80.39%-
XYZ33.4123.1123.47-
YUV132.94125.78179.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=47.56%
G=22.51%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059712900.530.370.20342.2251.9259.22
HexCD61810352514156343b
Octal31514120106545245266473
Binary11001101110000110000001011010110010110100101010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6181; }

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

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

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

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

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

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

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

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