#CAB98A

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

Shades of Yuma #CAB98A

Tints of Yuma #CAB98A

Color information

#CAB98A (or 0xCAB98A) is unknown color: approx Yuma. HEX triplet: CA, B9 and 8A. RGB value is (202,185,138). Sum of RGB (Red+Green+Blue) = 202+185+138=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB98A is #354675. Grayscale: #B8B8B8. Windows color (decimal): -3491446 or 9091530. OLE color: 9091530.

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

Color convert

RGB202185138-
CMYK00.080.320.21
HSL44.06º37.65%66.67%-
HSV(B)44.06º31.68%79.22%-
XYZ46.2949.0931.08-
YUV184.72101.63140.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=38.48%
G=35.24%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218513800.080.320.2144.0637.6566.67
HexCAB98A0820152c2643
Octal31227121201040255446103
Binary11001010101110011000101001000100000101011011001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB98A; }

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

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

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

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

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

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

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

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