#CBA883

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

Shades of Cameo #CBA883

Tints of Cameo #CBA883

Color information

#CBA883 (or 0xCBA883) is unknown color: approx Cameo. HEX triplet: CB, A8 and 83. RGB value is (203,168,131). Sum of RGB (Red+Green+Blue) = 203+168+131=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA883 is #34577C. Grayscale: #AEAEAE. Windows color (decimal): -3430269 or 8628427. OLE color: 8628427.

HSL color Cylindrical-coordinate representation of color #CBA883: hue angle of 30.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 #CBA883 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB203168131-
CMYK00.170.350.20
HSL30.83º40.91%65.49%-
HSV(B)30.83º35.47%79.61%-
XYZ42.7342.3427.39-
YUV174.25103.6148.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=40.44%
G=33.47%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316813100.170.350.2030.8340.9165.49
HexCBA88301123141f2941
Octal31325020302143243751101
Binary11001011101010001000001101000110001110100111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA883; }

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

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

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

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

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

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

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

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