#CD8283

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

Shades of Charm #CD8283

Tints of Charm #CD8283

Color information

#CD8283 (or 0xCD8283) is unknown color: approx Charm. HEX triplet: CD, 82 and 83. RGB value is (205,130,131). Sum of RGB (Red+Green+Blue) = 205+130+131=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8283 is #327D7C. Grayscale: #989898. Windows color (decimal): -3308925 or 8618701. OLE color: 8618701.

HSL color Cylindrical-coordinate representation of color #CD8283: hue angle of 359.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8283 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB205130131-
CMYK00.370.360.20
HSL359.2º42.86%65.69%-
HSV(B)359.2º36.59%80.39%-
XYZ37.2630.5825.41-
YUV152.54115.85165.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=43.99%
G=27.90%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513013100.370.360.20359.242.8665.69
HexCD828302524141672b42
Octal315202203045442454753102
Binary1100110110000010100000110100101100100101001011001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8283; }

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

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

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

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

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

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

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

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