#CAB98F

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

Shades of Yuma #CAB98F

Tints of Yuma #CAB98F

Color information

#CAB98F (or 0xCAB98F) is unknown color: approx Yuma. HEX triplet: CA, B9 and 8F. RGB value is (202,185,143). Sum of RGB (Red+Green+Blue) = 202+185+143=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB98F is #354670. Grayscale: #B9B9B9. Windows color (decimal): -3491441 or 9419210. OLE color: 9419210.

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

Color convert

RGB202185143-
CMYK00.080.290.21
HSL42.71º35.76%67.65%-
HSV(B)42.71º29.21%79.22%-
XYZ46.6649.2433.03-
YUV185.3104.13139.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=38.11%
G=34.91%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218514300.080.290.2142.7135.7667.65
HexCAB98F081D152b2444
Octal31227121701035255344104
Binary1100101010111001100011110100011101101011010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB98F; }

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

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

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

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

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

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

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

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