#CABA53

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

Shades of Tacha #CABA53

Tints of Tacha #CABA53

Color information

#CABA53 (or 0xCABA53) is unknown color: approx Tacha. HEX triplet: CA, BA and 53. RGB value is (202,186,83). Sum of RGB (Red+Green+Blue) = 202+186+83=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA53 is #3545AC. Grayscale: #B3B3B3. Windows color (decimal): -3491245 or 5487306. OLE color: 5487306.

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

Color convert

RGB20218683-
CMYK00.080.590.21
HSL51.93º52.89%55.88%-
HSV(B)51.93º58.91%79.22%-
XYZ43.4848.315.21-
YUV179.0473.8144.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 83 (32.81% from 255) = 17.62%
R=42.89%
G=39.49%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021868300.080.590.2151.9352.8955.88
HexCABA53083B15343538
Octal3122721230107325646570
Binary110010101011101010100110100011101110101110100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA53; }

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

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

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

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

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

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

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

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