#CAC261

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

Shades of Tacha #CAC261

Tints of Tacha #CAC261

Color information

#CAC261 (or 0xCAC261) is unknown color: approx Tacha. HEX triplet: CA, C2 and 61. RGB value is (202,194,97). Sum of RGB (Red+Green+Blue) = 202+194+97=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC261 is #353D9E. Grayscale: #B9B9B9. Windows color (decimal): -3489183 or 6406858. OLE color: 6406858.

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

Color convert

RGB20219497-
CMYK00.040.520.21
HSL55.43º49.76%58.63%-
HSV(B)55.43º51.98%79.22%-
XYZ45.815218.93-
YUV185.3378.15139.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=40.97%
G=39.35%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021949700.040.520.2155.4349.7658.63
HexCAC26104341537323b
Octal312302141046425676273
Binary11001010110000101100001010011010010101110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC261; }

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

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

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

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

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

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

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

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