#CD7985

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

Shades of Charm #CD7985

Tints of Charm #CD7985

Color information

#CD7985 (or 0xCD7985) is unknown color: approx Charm. HEX triplet: CD, 79 and 85. RGB value is (205,121,133). Sum of RGB (Red+Green+Blue) = 205+121+133=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7985 is #32867A. Grayscale: #939393. Windows color (decimal): -3311227 or 8747469. OLE color: 8747469.

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

Color convert

RGB205121133-
CMYK00.410.350.20
HSL351.43º45.65%63.92%-
HSV(B)351.43º40.98%80.39%-
XYZ36.2528.3525.75-
YUV147.48119.83169.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=44.66%
G=26.36%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512113300.410.350.20351.4345.6563.92
HexCD7985029231415f2e40
Octal315171205051432453756100
Binary110011011111001100001010101001100011101001010111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7985; }

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

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

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

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

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

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

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

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