#CD7994

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

Shades of Charm #CD7994

Tints of Charm #CD7994

Color information

#CD7994 (or 0xCD7994) is unknown color: approx Charm. HEX triplet: CD, 79 and 94. RGB value is (205,121,148). Sum of RGB (Red+Green+Blue) = 205+121+148=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7994 is #32866B. Grayscale: #959595. Windows color (decimal): -3311212 or 9730509. OLE color: 9730509.

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

Color convert

RGB205121148-
CMYK00.410.280.20
HSL340.71º45.65%63.92%-
HSV(B)340.71º40.98%80.39%-
XYZ37.3628.7931.61-
YUV149.19127.33167.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=43.25%
G=25.53%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512114800.410.280.20340.7145.6563.92
HexCD79940291C141552e40
Octal315171224051342452556100
Binary11001101111100110010100010100111100101001010101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7994; }

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

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

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

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

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

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

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

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