#CAB481

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

Shades of Yuma #CAB481

Tints of Yuma #CAB481

Color information

#CAB481 (or 0xCAB481) is unknown color: approx Yuma. HEX triplet: CA, B4 and 81. RGB value is (202,180,129). Sum of RGB (Red+Green+Blue) = 202+180+129=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB481 is #354B7E. Grayscale: #B4B4B4. Windows color (decimal): -3492735 or 8500426. OLE color: 8500426.

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

Color convert

RGB202180129-
CMYK00.110.360.21
HSL41.92º40.78%64.9%-
HSV(B)41.92º36.14%79.22%-
XYZ44.6446.7827.45-
YUV180.7698.79143.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=39.53%
G=35.23%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218012900.110.360.2141.9240.7864.9
HexCAB4810B24152a2941
Octal31226420101344255251101
Binary11001010101101001000000101011100100101011010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB481; }

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

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

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

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

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

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

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

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