#CBA482

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

Shades of Cameo #CBA482

Tints of Cameo #CBA482

Color information

#CBA482 (or 0xCBA482) is unknown color: approx Cameo. HEX triplet: CB, A4 and 82. RGB value is (203,164,130). Sum of RGB (Red+Green+Blue) = 203+164+130=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA482 is #345B7D. Grayscale: #ABABAB. Windows color (decimal): -3431294 or 8561867. OLE color: 8561867.

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

Color convert

RGB203164130-
CMYK00.190.360.20
HSL27.95º41.24%65.29%-
HSV(B)27.95º35.96%79.61%-
XYZ41.9340.8626.8-
YUV171.78104.42150.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=40.85%
G=33.00%
B=26.16%

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
Decimal20316413000.190.360.2027.9541.2465.29
HexCBA48201324141c2941
Octal31324420202344243451101
Binary11001011101001001000001001001110010010100111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA482; }

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

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

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

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

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

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

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

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