#CABA6D

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

Shades of Tacha #CABA6D

Tints of Tacha #CABA6D

Color information

#CABA6D (or 0xCABA6D) is unknown color: approx Tacha. HEX triplet: CA, BA and 6D. RGB value is (202,186,109). Sum of RGB (Red+Green+Blue) = 202+186+109=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA6D is #354592. Grayscale: #B6B6B6. Windows color (decimal): -3491219 or 7191242. OLE color: 7191242.

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

Color convert

RGB202186109-
CMYK00.080.460.21
HSL49.68º46.73%60.98%-
HSV(B)49.68º46.04%79.22%-
XYZ44.6848.7821.53-
YUV182.0186.8142.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=40.64%
G=37.42%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218610900.080.460.2149.6846.7360.98
HexCABA6D082E15322f3d
Octal3122721550105625625775
Binary110010101011101011011010100010111010101110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA6D; }

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

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

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

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

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

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

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

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