#CD6C85

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

Shades of Charm #CD6C85

Tints of Charm #CD6C85

Color information

#CD6C85 (or 0xCD6C85) is unknown color: approx Charm. HEX triplet: CD, 6C and 85. RGB value is (205,108,133). Sum of RGB (Red+Green+Blue) = 205+108+133=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6C85 is #32937A. Grayscale: #8B8B8B. Windows color (decimal): -3314555 or 8744141. OLE color: 8744141.

HSL color Cylindrical-coordinate representation of color #CD6C85: hue angle of 344.54º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6C85 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205108133-
CMYK00.470.350.20
HSL344.54º49.24%61.37%-
HSV(B)344.54º47.32%80.39%-
XYZ34.7725.425.26-
YUV139.85124.14174.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=45.96%
G=24.22%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510813300.470.350.20344.5449.2461.37
HexCD6C8502F2314159313d
Octal31515420505743245316175
Binary11001101110110010000101010111110001110100101011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6C85; }

 p { color: rgb(205,108,133); }

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

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

 a { background-color: rgb(205,108,133); }

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

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

 span { border-color: rgb(205,108,133); }

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