#CAC363

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

Shades of Tacha #CAC363

Tints of Tacha #CAC363

Color information

#CAC363 (or 0xCAC363) is unknown color: approx Tacha. HEX triplet: CA, C3 and 63. RGB value is (202,195,99). Sum of RGB (Red+Green+Blue) = 202+195+99=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC363 is #353C9C. Grayscale: #BABABA. Windows color (decimal): -3488925 or 6538186. OLE color: 6538186.

HSL color Cylindrical-coordinate representation of color #CAC363: hue angle of 55.92º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAC363 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20219599-
CMYK00.030.510.21
HSL55.92º49.28%59.02%-
HSV(B)55.92º50.99%79.22%-
XYZ46.1252.4919.5-
YUV186.1578.82139.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 99 (39.06% from 255) = 19.96%
R=40.73%
G=39.31%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021959900.030.510.2155.9249.2859.02
HexCAC36303331538313b
Octal312303143036325706173
Binary1100101011000011110001101111001110101111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC363; }

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

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

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

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

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

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

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

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