#CAB969

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

Shades of Tacha #CAB969

Tints of Tacha #CAB969

Color information

#CAB969 (or 0xCAB969) is unknown color: approx Tacha. HEX triplet: CA, B9 and 69. RGB value is (202,185,105). Sum of RGB (Red+Green+Blue) = 202+185+105=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB969 is #354696. Grayscale: #B5B5B5. Windows color (decimal): -3491479 or 6928842. OLE color: 6928842.

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

Color convert

RGB202185105-
CMYK00.080.480.21
HSL49.48º47.78%60.2%-
HSV(B)49.48º48.02%79.22%-
XYZ44.2648.2720.35-
YUV180.9685.13143-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 105 (41.41% from 255) = 21.34%
R=41.06%
G=37.60%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218510500.080.480.2149.4847.7860.2
HexCAB96908301531303c
Octal3122711510106025616074
Binary110010101011100111010010100011000010101110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB969; }

 p { color: rgb(202,185,105); }

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

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

 a { background-color: rgb(202,185,105); }

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

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

 span { border-color: rgb(202,185,105); }

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