#CAB661

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

Shades of Tacha #CAB661

Tints of Tacha #CAB661

Color information

#CAB661 (or 0xCAB661) is unknown color: approx Tacha. HEX triplet: CA, B6 and 61. RGB value is (202,182,97). Sum of RGB (Red+Green+Blue) = 202+182+97=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB661 is #35499E. Grayscale: #B2B2B2. Windows color (decimal): -3492255 or 6403786. OLE color: 6403786.

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

Color convert

RGB20218297-
CMYK00.100.520.21
HSL48.57º49.76%58.63%-
HSV(B)48.57º51.98%79.22%-
XYZ43.2446.8818.08-
YUV178.2982.13144.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 182 (71.48% from 255) = 37.84%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=42.00%
G=37.84%
B=20.17%

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
Decimal2021829700.100.520.2148.5749.7658.63
HexCAB6610A341531323b
Octal3122661410126425616273
Binary110010101011011011000010101011010010101110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB661; }

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

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

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

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

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

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

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

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