#CAB982

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

Shades of Yuma #CAB982

Tints of Yuma #CAB982

Color information

#CAB982 (or 0xCAB982) is unknown color: approx Yuma. HEX triplet: CA, B9 and 82. RGB value is (202,185,130). Sum of RGB (Red+Green+Blue) = 202+185+130=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB982 is #35467D. Grayscale: #B8B8B8. Windows color (decimal): -3491454 or 8567242. OLE color: 8567242.

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

Color convert

RGB202185130-
CMYK00.080.360.21
HSL45.83º40.45%65.1%-
HSV(B)45.83º35.64%79.22%-
XYZ45.7448.8728.14-
YUV183.8197.63140.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=39.07%
G=35.78%
B=25.15%

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
Decimal20218513000.080.360.2145.8340.4565.1
HexCAB9820824152e2841
Octal31227120201044255650101
Binary11001010101110011000001001000100100101011011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB982; }

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

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

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

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

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

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

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

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