#CD7690

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

Shades of Charm #CD7690

Tints of Charm #CD7690

Color information

#CD7690 (or 0xCD7690) is unknown color: approx Charm. HEX triplet: CD, 76 and 90. RGB value is (205,118,144). Sum of RGB (Red+Green+Blue) = 205+118+144=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7690 is #32896F. Grayscale: #929292. Windows color (decimal): -3311984 or 9467597. OLE color: 9467597.

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

Color convert

RGB205118144-
CMYK00.420.300.20
HSL342.07º46.52%63.33%-
HSV(B)342.07º42.44%80.39%-
XYZ36.6927.9529.85-
YUV146.98126.32169.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=43.90%
G=25.27%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511814400.420.300.20342.0746.5263.33
HexCD769002A1E141562f3f
Octal31516622005236245265777
Binary1100110111101101001000001010101111010100101010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7690; }

 p { color: rgb(205,118,144); }

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

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

 a { background-color: rgb(205,118,144); }

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

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

 span { border-color: rgb(205,118,144); }

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