#CAB985

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

Shades of Yuma #CAB985

Tints of Yuma #CAB985

Color information

#CAB985 (or 0xCAB985) is unknown color: approx Yuma. HEX triplet: CA, B9 and 85. RGB value is (202,185,133). Sum of RGB (Red+Green+Blue) = 202+185+133=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB985 is #35467A. Grayscale: #B8B8B8. Windows color (decimal): -3491451 or 8763850. OLE color: 8763850.

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

Color convert

RGB202185133-
CMYK00.080.340.21
HSL45.22º39.43%65.69%-
HSV(B)45.22º34.16%79.22%-
XYZ45.9448.9529.22-
YUV184.1699.13140.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=38.85%
G=35.58%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218513300.080.340.2145.2239.4365.69
HexCAB9850822152d2742
Octal31227120501042255547102
Binary11001010101110011000010101000100010101011011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB985; }

 p { color: rgb(202,185,133); }

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

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

 a { background-color: rgb(202,185,133); }

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

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

 span { border-color: rgb(202,185,133); }

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