#CABA51

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

Shades of Tacha #CABA51

Tints of Tacha #CABA51

Color information

#CABA51 (or 0xCABA51) is unknown color: approx Tacha. HEX triplet: CA, BA and 51. RGB value is (202,186,81). Sum of RGB (Red+Green+Blue) = 202+186+81=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA51 is #3545AE. Grayscale: #B3B3B3. Windows color (decimal): -3491247 or 5356234. OLE color: 5356234.

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

Color convert

RGB20218681-
CMYK00.080.600.21
HSL52.07º53.3%55.49%-
HSV(B)52.07º59.9%79.22%-
XYZ43.448.2714.81-
YUV178.8172.8144.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 81 (32.03% from 255) = 17.27%
R=43.07%
G=39.66%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021868100.080.600.2152.0753.355.49
HexCABA51083C15343537
Octal3122721210107425646567
Binary110010101011101010100010100011110010101110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA51; }

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

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

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

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

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

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

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

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