#CABA89

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

Shades of Yuma #CABA89

Tints of Yuma #CABA89

Color information

#CABA89 (or 0xCABA89) is unknown color: approx Yuma. HEX triplet: CA, BA and 89. RGB value is (202,186,137). Sum of RGB (Red+Green+Blue) = 202+186+137=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA89 is #354576. Grayscale: #B9B9B9. Windows color (decimal): -3491191 or 9026250. OLE color: 9026250.

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

Color convert

RGB202186137-
CMYK00.080.320.21
HSL45.23º38.01%66.47%-
HSV(B)45.23º32.18%79.22%-
XYZ46.4349.4830.77-
YUV185.2100.8139.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=38.48%
G=35.43%
B=26.10%

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
Decimal20218613700.080.320.2145.2338.0166.47
HexCABA890820152d2642
Octal31227221101040255546102
Binary11001010101110101000100101000100000101011011011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA89; }

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

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

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

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

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

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

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

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