#CAB981

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

Shades of Yuma #CAB981

Tints of Yuma #CAB981

Color information

#CAB981 (or 0xCAB981) is unknown color: approx Yuma. HEX triplet: CA, B9 and 81. RGB value is (202,185,129). Sum of RGB (Red+Green+Blue) = 202+185+129=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB981 is #35467E. Grayscale: #B7B7B7. Windows color (decimal): -3491455 or 8501706. OLE color: 8501706.

HSL color Cylindrical-coordinate representation of color #CAB981: hue angle of 46.03º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAB981 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB202185129-
CMYK00.080.360.21
HSL46.03º40.78%64.9%-
HSV(B)46.03º36.14%79.22%-
XYZ45.6748.8427.79-
YUV183.797.13141.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 129 (50.78% from 255) = 25%
R=39.15%
G=35.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218512900.080.360.2146.0340.7864.9
HexCAB9810824152e2941
Octal31227120101044255651101
Binary11001010101110011000000101000100100101011011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB981; }

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

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

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

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

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

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

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

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