#CD7991

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

Shades of Charm #CD7991

Tints of Charm #CD7991

Color information

#CD7991 (or 0xCD7991) is unknown color: approx Charm. HEX triplet: CD, 79 and 91. RGB value is (205,121,145). Sum of RGB (Red+Green+Blue) = 205+121+145=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7991 is #32866E. Grayscale: #949494. Windows color (decimal): -3311215 or 9533901. OLE color: 9533901.

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

Color convert

RGB205121145-
CMYK00.410.290.20
HSL342.86º45.65%63.92%-
HSV(B)342.86º40.98%80.39%-
XYZ37.1328.730.37-
YUV148.85125.83168.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=43.52%
G=25.69%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512114500.410.290.20342.8645.6563.92
HexCD79910291D141572e40
Octal315171221051352452756100
Binary11001101111100110010001010100111101101001010101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7991; }

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

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

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

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

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

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

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

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