#CAB98C

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

Shades of Yuma #CAB98C

Tints of Yuma #CAB98C

Color information

#CAB98C (or 0xCAB98C) is unknown color: approx Yuma. HEX triplet: CA, B9 and 8C. RGB value is (202,185,140). Sum of RGB (Red+Green+Blue) = 202+185+140=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB98C is #354673. Grayscale: #B9B9B9. Windows color (decimal): -3491444 or 9222602. OLE color: 9222602.

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

Color convert

RGB202185140-
CMYK00.080.310.21
HSL43.55º36.9%67.06%-
HSV(B)43.55º30.69%79.22%-
XYZ46.4449.1531.85-
YUV184.95102.63140.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 140 (55.08% from 255) = 26.57%
R=38.33%
G=35.10%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218514000.080.310.2143.5536.967.06
HexCAB98C081F152c2543
Octal31227121401037255445103
Binary1100101010111001100011000100011111101011011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB98C; }

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

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

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

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

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

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

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

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