#CD7F84

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

Shades of Charm #CD7F84

Tints of Charm #CD7F84

Color information

#CD7F84 (or 0xCD7F84) is unknown color: approx Charm. HEX triplet: CD, 7F and 84. RGB value is (205,127,132). Sum of RGB (Red+Green+Blue) = 205+127+132=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7F84 is #32807B. Grayscale: #969696. Windows color (decimal): -3309692 or 8683469. OLE color: 8683469.

HSL color Cylindrical-coordinate representation of color #CD7F84: hue angle of 356.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD7F84 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB205127132-
CMYK00.380.360.20
HSL356.15º43.82%65.1%-
HSV(B)356.15º38.05%80.39%-
XYZ36.9329.8225.64-
YUV150.89117.34166.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=44.18%
G=27.37%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512713200.380.360.20356.1543.8265.1
HexCD7F8402624141642c41
Octal315177204046442454454101
Binary110011011111111100001000100110100100101001011001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F84; }

 p { color: rgb(205,127,132); }

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

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

 a { background-color: rgb(205,127,132); }

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

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

 span { border-color: rgb(205,127,132); }

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