#CABA5E

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

Shades of Tacha #CABA5E

Tints of Tacha #CABA5E

Color information

#CABA5E (or 0xCABA5E) is unknown color: approx Tacha. HEX triplet: CA, BA and 5E. RGB value is (202,186,94). Sum of RGB (Red+Green+Blue) = 202+186+94=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA5E is #3545A1. Grayscale: #B4B4B4. Windows color (decimal): -3491234 or 6208202. OLE color: 6208202.

HSL color Cylindrical-coordinate representation of color #CABA5E: hue angle of 51.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CABA5E is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20218694-
CMYK00.080.530.21
HSL51.11º50.47%58.04%-
HSV(B)51.11º53.47%79.22%-
XYZ43.9448.4817.63-
YUV180.379.3143.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 94 (37.11% from 255) = 19.50%
R=41.91%
G=38.59%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021869400.080.530.2151.1150.4758.04
HexCABA5E08351533323a
Octal3122721360106525636272
Binary110010101011101010111100100011010110101110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA5E; }

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

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

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

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

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

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

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

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