#CAB874

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

Shades of Yuma #CAB874

Tints of Yuma #CAB874

Color information

#CAB874 (or 0xCAB874) is unknown color: approx Yuma. HEX triplet: CA, B8 and 74. RGB value is (202,184,116). Sum of RGB (Red+Green+Blue) = 202+184+116=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB874 is #35478B. Grayscale: #B5B5B5. Windows color (decimal): -3491724 or 7649482. OLE color: 7649482.

HSL color Cylindrical-coordinate representation of color #CAB874: hue angle of 47.44º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAB874 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202184116-
CMYK00.090.430.21
HSL47.44º44.79%62.35%-
HSV(B)47.44º42.57%79.22%-
XYZ44.6548.123.45-
YUV181.6390.96142.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 116 (45.70% from 255) = 23.11%
R=40.24%
G=36.65%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218411600.090.430.2147.4444.7962.35
HexCAB874092B152f2d3e
Octal3122701640115325575576
Binary110010101011100011101000100110101110101101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB874; }

 p { color: rgb(202,184,116); }

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

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

 a { background-color: rgb(202,184,116); }

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

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

 span { border-color: rgb(202,184,116); }

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