#CAB368

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

Shades of Tacha #CAB368

Tints of Tacha #CAB368

Color information

#CAB368 (or 0xCAB368) is unknown color: approx Tacha. HEX triplet: CA, B3 and 68. RGB value is (202,179,104). Sum of RGB (Red+Green+Blue) = 202+179+104=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB368 is #354C97. Grayscale: #B1B1B1. Windows color (decimal): -3493016 or 6861770. OLE color: 6861770.

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

Color convert

RGB202179104-
CMYK00.110.490.21
HSL45.92º48.04%60%-
HSV(B)45.92º48.51%79.22%-
XYZ42.9845.819.67-
YUV177.3386.62145.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=41.65%
G=36.91%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217910400.110.490.2145.9248.0460
HexCAB3680B31152e303c
Octal3122631500136125566074
Binary110010101011001111010000101111000110101101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB368; }

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

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

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

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

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

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

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

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