#CD7692

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

Shades of Charm #CD7692

Tints of Charm #CD7692

Color information

#CD7692 (or 0xCD7692) is unknown color: approx Charm. HEX triplet: CD, 76 and 92. RGB value is (205,118,146). Sum of RGB (Red+Green+Blue) = 205+118+146=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7692 is #32896D. Grayscale: #939393. Windows color (decimal): -3311982 or 9598669. OLE color: 9598669.

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

Color convert

RGB205118146-
CMYK00.420.290.20
HSL340.69º46.52%63.33%-
HSV(B)340.69º42.44%80.39%-
XYZ36.8428.0130.66-
YUV147.2127.32169.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=43.71%
G=25.16%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511814600.420.290.20340.6946.5263.33
HexCD769202A1D141552f3f
Octal31516622205235245255777
Binary1100110111101101001001001010101110110100101010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7692; }

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

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

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

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

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

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

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

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