#CABB8A

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

Shades of Yuma #CABB8A

Tints of Yuma #CABB8A

Color information

#CABB8A (or 0xCABB8A) is unknown color: approx Yuma. HEX triplet: CA, BB and 8A. RGB value is (202,187,138). Sum of RGB (Red+Green+Blue) = 202+187+138=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB8A is #354475. Grayscale: #BABABA. Windows color (decimal): -3490934 or 9092042. OLE color: 9092042.

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

Color convert

RGB202187138-
CMYK00.070.320.21
HSL45.94º37.65%66.67%-
HSV(B)45.94º31.68%79.22%-
XYZ46.7149.9331.22-
YUV185.9100.97139.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=38.33%
G=35.48%
B=26.19%

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
Decimal20218713800.070.320.2145.9437.6566.67
HexCABB8A0720152e2643
Octal3122732120740255646103
Binary1100101010111011100010100111100000101011011101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB8A; }

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

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

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

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

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

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

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

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