#CABB89

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

Shades of Yuma #CABB89

Tints of Yuma #CABB89

Color information

#CABB89 (or 0xCABB89) is unknown color: approx Yuma. HEX triplet: CA, BB and 89. RGB value is (202,187,137). Sum of RGB (Red+Green+Blue) = 202+187+137=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB89 is #354476. Grayscale: #BABABA. Windows color (decimal): -3490935 or 9026506. OLE color: 9026506.

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

Color convert

RGB202187137-
CMYK00.070.320.21
HSL46.15º38.01%66.47%-
HSV(B)46.15º32.18%79.22%-
XYZ46.6449.930.84-
YUV185.78100.47139.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=38.40%
G=35.55%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218713700.070.320.2146.1538.0166.47
HexCABB890720152e2642
Octal3122732110740255646102
Binary1100101010111011100010010111100000101011011101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB89; }

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

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

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

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

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

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

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

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