#CAC361

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

Shades of Tacha #CAC361

Tints of Tacha #CAC361

Color information

#CAC361 (or 0xCAC361) is unknown color: approx Tacha. HEX triplet: CA, C3 and 61. RGB value is (202,195,97). Sum of RGB (Red+Green+Blue) = 202+195+97=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC361 is #353C9E. Grayscale: #BABABA. Windows color (decimal): -3488927 or 6407114. OLE color: 6407114.

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

Color convert

RGB20219597-
CMYK00.030.520.21
HSL56º49.76%58.63%-
HSV(B)56º51.98%79.22%-
XYZ46.0352.4519.01-
YUV185.9277.82139.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 97 (38.28% from 255) = 19.64%
R=40.89%
G=39.47%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021959700.030.520.215649.7658.63
HexCAC36103341538323b
Octal312303141036425706273
Binary1100101011000011110000101111010010101111000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC361; }

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

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

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

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

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

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

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

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