#CAB260

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

Shades of Tacha #CAB260

Tints of Tacha #CAB260

Color information

#CAB260 (or 0xCAB260) is unknown color: approx Tacha. HEX triplet: CA, B2 and 60. RGB value is (202,178,96). Sum of RGB (Red+Green+Blue) = 202+178+96=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB260 is #354D9F. Grayscale: #B0B0B0. Windows color (decimal): -3493280 or 6337226. OLE color: 6337226.

HSL color Cylindrical-coordinate representation of color #CAB260: hue angle of 46.42º 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 #CAB260 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20217896-
CMYK00.120.520.21
HSL46.42º50%58.43%-
HSV(B)46.42º52.48%79.22%-
XYZ42.3945.2417.56-
YUV175.8382.95146.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=42.44%
G=37.39%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021789600.120.520.2146.425058.43
HexCAB2600C34152e323a
Octal3122621400146425566272
Binary110010101011001011000000110011010010101101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB260; }

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

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

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

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

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

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

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

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