#CA8082

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

Shades of Charm #CA8082

Tints of Charm #CA8082

Color information

#CA8082 (or 0xCA8082) is unknown color: approx Charm. HEX triplet: CA, 80 and 82. RGB value is (202,128,130). Sum of RGB (Red+Green+Blue) = 202+128+130=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8082 is #357F7D. Grayscale: #969696. Windows color (decimal): -3506046 or 8552650. OLE color: 8552650.

HSL color Cylindrical-coordinate representation of color #CA8082: hue angle of 358.38º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA8082 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB202128130-
CMYK00.370.360.21
HSL358.38º41.11%64.71%-
HSV(B)358.38º36.63%79.22%-
XYZ36.1129.6124.93-
YUV150.35116.52164.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=43.91%
G=27.83%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212813000.370.360.21358.3841.1164.71
HexCA808202524151662941
Octal312200202045442554651101
Binary1100101010000000100000100100101100100101011011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8082; }

 p { color: rgb(202,128,130); }

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

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

 a { background-color: rgb(202,128,130); }

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

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

 span { border-color: rgb(202,128,130); }

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