#CAB786

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

Shades of Yuma #CAB786

Tints of Yuma #CAB786

Color information

#CAB786 (or 0xCAB786) is unknown color: approx Yuma. HEX triplet: CA, B7 and 86. RGB value is (202,183,134). Sum of RGB (Red+Green+Blue) = 202+183+134=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB786 is #354879. Grayscale: #B7B7B7. Windows color (decimal): -3491962 or 8828874. OLE color: 8828874.

HSL color Cylindrical-coordinate representation of color #CAB786: hue angle of 43.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAB786 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202183134-
CMYK00.090.340.21
HSL43.24º39.08%65.88%-
HSV(B)43.24º33.66%79.22%-
XYZ45.5948.1429.44-
YUV183.1100.29141.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=38.92%
G=35.26%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218313400.090.340.2143.2439.0865.88
HexCAB7860922152b2742
Octal31226720601142255347102
Binary11001010101101111000011001001100010101011010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB786; }

 p { color: rgb(202,183,134); }

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

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

 a { background-color: rgb(202,183,134); }

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

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

 span { border-color: rgb(202,183,134); }

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