#CBA982

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

Shades of Cameo #CBA982

Tints of Cameo #CBA982

Color information

#CBA982 (or 0xCBA982) is unknown color: approx Cameo. HEX triplet: CB, A9 and 82. RGB value is (203,169,130). Sum of RGB (Red+Green+Blue) = 203+169+130=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA982 is #34567D. Grayscale: #AEAEAE. Windows color (decimal): -3430014 or 8563147. OLE color: 8563147.

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

Color convert

RGB203169130-
CMYK00.170.360.20
HSL32.05º41.24%65.29%-
HSV(B)32.05º35.96%79.61%-
XYZ42.8542.6827.1-
YUV174.72102.76148.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=40.44%
G=33.67%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316913000.170.360.2032.0541.2465.29
HexCBA9820112414202941
Octal31325120202144244051101
Binary110010111010100110000010010001100100101001000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA982; }

 p { color: rgb(203,169,130); }

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

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

 a { background-color: rgb(203,169,130); }

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

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

 span { border-color: rgb(203,169,130); }

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