#CAB789

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

Shades of Yuma #CAB789

Tints of Yuma #CAB789

Color information

#CAB789 (or 0xCAB789) is unknown color: approx Yuma. HEX triplet: CA, B7 and 89. RGB value is (202,183,137). Sum of RGB (Red+Green+Blue) = 202+183+137=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB789 is #354876. Grayscale: #B7B7B7. Windows color (decimal): -3491959 or 9025482. OLE color: 9025482.

HSL color Cylindrical-coordinate representation of color #CAB789: hue angle of 42.46º 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 #CAB789 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202183137-
CMYK00.090.320.21
HSL42.46º38.01%66.47%-
HSV(B)42.46º32.18%79.22%-
XYZ45.8148.2330.56-
YUV183.44101.79141.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 137 (53.91% from 255) = 26.25%
R=38.70%
G=35.06%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218313700.090.320.2142.4638.0166.47
HexCAB7890920152a2642
Octal31226721101140255246102
Binary11001010101101111000100101001100000101011010101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB789; }

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

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

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

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

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

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

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

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