#cab589

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

Shades of Yuma #CAB589

Tints of Yuma #CAB589

Color information

#CAB589 (or 0xCAB589) is unknown color: approx Yuma. HEX triplet: CA, B5 and 89. RGB value is (202,181,137). Sum of RGB (Red+Green+Blue) = 202+181+137=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB589 is #354A76. Grayscale: #B6B6B6. Windows color (decimal): -3492471 or 9024970. OLE color: 9024970.

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

Color convert

RGB202181137-
CMYK00.100.320.21
HSL40.62º38.01%66.47%-
HSV(B)40.62º32.18%79.22%-
XYZ45.447.4130.43-
YUV182.26102.46142.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 137 (53.91% from 255) = 26.35%
R=38.85%
G=34.81%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218113700.100.320.2140.6238.0166.47
HexCAB5890A2015292642
Octal31226521101240255146102
Binary11001010101101011000100101010100000101011010011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cab589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cab589; }

 p { color: rgb(202,181,137); }

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

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

 a { background-color: rgb(202,181,137); }

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

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

 span { border-color: rgb(202,181,137); }

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