#CD7C83

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

Shades of Charm #CD7C83

Tints of Charm #CD7C83

Color information

#CD7C83 (or 0xCD7C83) is unknown color: approx Charm. HEX triplet: CD, 7C and 83. RGB value is (205,124,131). Sum of RGB (Red+Green+Blue) = 205+124+131=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C83 is #32837C. Grayscale: #959595. Windows color (decimal): -3310461 or 8617165. OLE color: 8617165.

HSL color Cylindrical-coordinate representation of color #CD7C83: hue angle of 354.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7C83 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB205124131-
CMYK00.400.360.20
HSL354.81º44.75%64.51%-
HSV(B)354.81º39.51%80.39%-
XYZ36.4829.0325.15-
YUV149.02117.84167.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 131 (51.56% from 255) = 28.48%
R=44.57%
G=26.96%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512413100.400.360.20354.8144.7564.51
HexCD7C8302824141632d41
Octal315174203050442454355101
Binary110011011111100100000110101000100100101001011000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7C83; }

 p { color: rgb(205,124,131); }

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

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

 a { background-color: rgb(205,124,131); }

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

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

 span { border-color: rgb(205,124,131); }

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