#CAB386

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

Shades of Yuma #CAB386

Tints of Yuma #CAB386

Color information

#CAB386 (or 0xCAB386) is unknown color: approx Yuma. HEX triplet: CA, B3 and 86. RGB value is (202,179,134). Sum of RGB (Red+Green+Blue) = 202+179+134=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB386 is #354C79. Grayscale: #B4B4B4. Windows color (decimal): -3492986 or 8827850. OLE color: 8827850.

HSL color Cylindrical-coordinate representation of color #CAB386: hue angle of 39.71º 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 #CAB386 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202179134-
CMYK00.110.340.21
HSL39.71º39.08%65.88%-
HSV(B)39.71º33.66%79.22%-
XYZ44.7846.5229.17-
YUV180.75101.62143.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=39.22%
G=34.76%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217913400.110.340.2139.7139.0865.88
HexCAB3860B2215282742
Octal31226320601342255047102
Binary11001010101100111000011001011100010101011010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB386; }

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

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

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

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

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

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

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

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