#CBA582

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

Shades of Cameo #CBA582

Tints of Cameo #CBA582

Color information

#CBA582 (or 0xCBA582) is unknown color: approx Cameo. HEX triplet: CB, A5 and 82. RGB value is (203,165,130). Sum of RGB (Red+Green+Blue) = 203+165+130=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA582 is #345A7D. Grayscale: #ACACAC. Windows color (decimal): -3431038 or 8562123. OLE color: 8562123.

HSL color Cylindrical-coordinate representation of color #CBA582: hue angle of 28.77º 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 #CBA582 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203165130-
CMYK00.190.360.20
HSL28.77º41.24%65.29%-
HSV(B)28.77º35.96%79.61%-
XYZ42.1141.2226.86-
YUV172.37104.09149.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 165 (64.84% from 255) = 33.13%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=40.76%
G=33.13%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316513000.190.360.2028.7741.2465.29
HexCBA58201324141d2941
Octal31324520202344243551101
Binary11001011101001011000001001001110010010100111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA582; }

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

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

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

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

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

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

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

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