#CAB361

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

Shades of Tacha #CAB361

Tints of Tacha #CAB361

Color information

#CAB361 (or 0xCAB361) is unknown color: approx Tacha. HEX triplet: CA, B3 and 61. RGB value is (202,179,97). Sum of RGB (Red+Green+Blue) = 202+179+97=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB361 is #354C9E. Grayscale: #B0B0B0. Windows color (decimal): -3493023 or 6403018. OLE color: 6403018.

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

Color convert

RGB20217997-
CMYK00.110.520.21
HSL46.86º49.76%58.63%-
HSV(B)46.86º51.98%79.22%-
XYZ42.6345.6617.88-
YUV176.5383.12146.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=42.26%
G=37.45%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021799700.110.520.2146.8649.7658.63
HexCAB3610B34152f323b
Octal3122631410136425576273
Binary110010101011001111000010101111010010101101111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB361; }

 p { color: rgb(202,179,97); }

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

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

 a { background-color: rgb(202,179,97); }

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

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

 span { border-color: rgb(202,179,97); }

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