#CBA283

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

Shades of Cameo #CBA283

Tints of Cameo #CBA283

Color information

#CBA283 (or 0xCBA283) is unknown color: approx Cameo. HEX triplet: CB, A2 and 83. RGB value is (203,162,131). Sum of RGB (Red+Green+Blue) = 203+162+131=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA283 is #345D7C. Grayscale: #AAAAAA. Windows color (decimal): -3431805 or 8626891. OLE color: 8626891.

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

Color convert

RGB203162131-
CMYK00.200.350.20
HSL25.83º40.91%65.49%-
HSV(B)25.83º35.47%79.61%-
XYZ41.6540.1827.03-
YUV170.72105.58151.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=40.93%
G=32.66%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316213100.200.350.2025.8340.9165.49
HexCBA28301423141a2941
Octal31324220302443243251101
Binary11001011101000101000001101010010001110100110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA283; }

 p { color: rgb(203,162,131); }

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

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

 a { background-color: rgb(203,162,131); }

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

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

 span { border-color: rgb(203,162,131); }

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