#CD7793

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

Shades of Charm #CD7793

Tints of Charm #CD7793

Color information

#CD7793 (or 0xCD7793) is unknown color: approx Charm. HEX triplet: CD, 77 and 93. RGB value is (205,119,147). Sum of RGB (Red+Green+Blue) = 205+119+147=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7793 is #32886C. Grayscale: #939393. Windows color (decimal): -3311725 or 9664461. OLE color: 9664461.

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

Color convert

RGB205119147-
CMYK00.420.280.20
HSL340.47º46.24%63.53%-
HSV(B)340.47º41.95%80.39%-
XYZ37.0428.2831.11-
YUV147.91127.49168.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=43.52%
G=25.27%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511914700.420.280.20340.4746.2463.53
HexCD779302A1C141542e40
Octal315167223052342452456100
Binary11001101111011110010011010101011100101001010101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7793; }

 p { color: rgb(205,119,147); }

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

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

 a { background-color: rgb(205,119,147); }

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

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

 span { border-color: rgb(205,119,147); }

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