#CAB98D

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

Shades of Yuma #CAB98D

Tints of Yuma #CAB98D

Color information

#CAB98D (or 0xCAB98D) is unknown color: approx Yuma. HEX triplet: CA, B9 and 8D. RGB value is (202,185,141). Sum of RGB (Red+Green+Blue) = 202+185+141=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB98D is #354672. Grayscale: #B9B9B9. Windows color (decimal): -3491443 or 9288138. OLE color: 9288138.

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

Color convert

RGB202185141-
CMYK00.080.300.21
HSL43.28º36.53%67.25%-
HSV(B)43.28º30.2%79.22%-
XYZ46.5149.1832.24-
YUV185.07103.13140.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=38.26%
G=35.04%
B=26.70%

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
Decimal20218514100.080.300.2143.2836.5367.25
HexCAB98D081E152b2543
Octal31227121501036255345103
Binary1100101010111001100011010100011110101011010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB98D; }

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

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

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

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

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

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

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

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