#CAB461

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

Shades of Tacha #CAB461

Tints of Tacha #CAB461

Color information

#CAB461 (or 0xCAB461) is unknown color: approx Tacha. HEX triplet: CA, B4 and 61. RGB value is (202,180,97). Sum of RGB (Red+Green+Blue) = 202+180+97=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB461 is #354B9E. Grayscale: #B1B1B1. Windows color (decimal): -3492767 or 6403274. OLE color: 6403274.

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

Color convert

RGB20218097-
CMYK00.110.520.21
HSL47.43º49.76%58.63%-
HSV(B)47.43º51.98%79.22%-
XYZ42.8446.0617.94-
YUV177.1282.79145.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=42.17%
G=37.58%
B=20.25%

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
Decimal2021809700.110.520.2147.4349.7658.63
HexCAB4610B34152f323b
Octal3122641410136425576273
Binary110010101011010011000010101111010010101101111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB461; }

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

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

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

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

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

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

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

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