#CAB582

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

Shades of Yuma #CAB582

Tints of Yuma #CAB582

Color information

#CAB582 (or 0xCAB582) is unknown color: approx Yuma. HEX triplet: CA, B5 and 82. RGB value is (202,181,130). Sum of RGB (Red+Green+Blue) = 202+181+130=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB582 is #354A7D. Grayscale: #B5B5B5. Windows color (decimal): -3492478 or 8566218. OLE color: 8566218.

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

Color convert

RGB202181130-
CMYK00.100.360.21
HSL42.5º40.45%65.1%-
HSV(B)42.5º35.64%79.22%-
XYZ44.9147.2227.87-
YUV181.4698.96142.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=39.38%
G=35.28%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218113000.100.360.2142.540.4565.1
HexCAB5820A24152a2841
Octal31226520201244255250101
Binary11001010101101011000001001010100100101011010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB582; }

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

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

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

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

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

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

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

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