#CAB660

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

Shades of Tacha #CAB660

Tints of Tacha #CAB660

Color information

#CAB660 (or 0xCAB660) is unknown color: approx Tacha. HEX triplet: CA, B6 and 60. RGB value is (202,182,96). Sum of RGB (Red+Green+Blue) = 202+182+96=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB660 is #35499F. Grayscale: #B2B2B2. Windows color (decimal): -3492256 or 6338250. OLE color: 6338250.

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

Color convert

RGB20218296-
CMYK00.100.520.21
HSL48.68º50%58.43%-
HSV(B)48.68º52.48%79.22%-
XYZ43.246.8617.83-
YUV178.1881.63144.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 96 (37.89% from 255) = 20%
R=42.08%
G=37.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021829600.100.520.2148.685058.43
HexCAB6600A341531323a
Octal3122661400126425616272
Binary110010101011011011000000101011010010101110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB660; }

 p { color: rgb(202,182,96); }

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

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

 a { background-color: rgb(202,182,96); }

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

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

 span { border-color: rgb(202,182,96); }

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