#CAB98E

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

Shades of Yuma #CAB98E

Tints of Yuma #CAB98E

Color information

#CAB98E (or 0xCAB98E) is unknown color: approx Yuma. HEX triplet: CA, B9 and 8E. RGB value is (202,185,142). Sum of RGB (Red+Green+Blue) = 202+185+142=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB98E is #354671. Grayscale: #B9B9B9. Windows color (decimal): -3491442 or 9353674. OLE color: 9353674.

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

Color convert

RGB202185142-
CMYK00.080.300.21
HSL43º36.14%67.45%-
HSV(B)43º29.7%79.22%-
XYZ46.5949.2132.63-
YUV185.18103.63140-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=38.19%
G=34.97%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218514200.080.300.214336.1467.45
HexCAB98E081E152b2443
Octal31227121601036255344103
Binary1100101010111001100011100100011110101011010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB98E; }

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

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

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

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

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

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

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

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