#CD708E

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

Shades of Charm #CD708E

Tints of Charm #CD708E

Color information

#CD708E (or 0xCD708E) is unknown color: approx Charm. HEX triplet: CD, 70 and 8E. RGB value is (205,112,142). Sum of RGB (Red+Green+Blue) = 205+112+142=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD708E is #328F71. Grayscale: #8F8F8F. Windows color (decimal): -3313522 or 9334989. OLE color: 9334989.

HSL color Cylindrical-coordinate representation of color #CD708E: hue angle of 340.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD708E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205112142-
CMYK00.450.310.20
HSL340.65º48.19%62.16%-
HSV(B)340.65º45.37%80.39%-
XYZ35.8526.5228.82-
YUV143.23127.31172.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=44.66%
G=24.40%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511214200.450.310.20340.6548.1962.16
HexCD708E02D1F14155303e
Octal31516021605537245256076
Binary1100110111100001000111001011011111110100101010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD708E; }

 p { color: rgb(205,112,142); }

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

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

 a { background-color: rgb(205,112,142); }

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

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

 span { border-color: rgb(205,112,142); }

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