#CBA481

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

Shades of Cameo #CBA481

Tints of Cameo #CBA481

Color information

#CBA481 (or 0xCBA481) is unknown color: approx Cameo. HEX triplet: CB, A4 and 81. RGB value is (203,164,129). Sum of RGB (Red+Green+Blue) = 203+164+129=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA481 is #345B7E. Grayscale: #ABABAB. Windows color (decimal): -3431295 or 8496331. OLE color: 8496331.

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

Color convert

RGB203164129-
CMYK00.190.360.20
HSL28.38º41.57%65.1%-
HSV(B)28.38º36.45%79.61%-
XYZ41.8740.8326.44-
YUV171.67103.92150.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=40.93%
G=33.06%
B=26.01%

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
Decimal20316412900.190.360.2028.3841.5765.1
HexCBA48101324141c2a41
Octal31324420102344243452101
Binary11001011101001001000000101001110010010100111001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA481; }

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

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

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

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

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

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

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

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