#CAC364

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

Shades of Tacha #CAC364

Tints of Tacha #CAC364

Color information

#CAC364 (or 0xCAC364) is unknown color: approx Tacha. HEX triplet: CA, C3 and 64. RGB value is (202,195,100). Sum of RGB (Red+Green+Blue) = 202+195+100=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC364 is #353C9B. Grayscale: #BABABA. Windows color (decimal): -3488924 or 6603722. OLE color: 6603722.

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

Color convert

RGB202195100-
CMYK00.030.500.21
HSL55.88º49.04%59.22%-
HSV(B)55.88º50.5%79.22%-
XYZ46.1752.5119.76-
YUV186.2679.32139.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=40.64%
G=39.24%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219510000.030.500.2155.8849.0459.22
HexCAC36403321538313b
Octal312303144036225706173
Binary1100101011000011110010001111001010101111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC364; }

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

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

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

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

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

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

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

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