#CAC065

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

Shades of Tacha #CAC065

Tints of Tacha #CAC065

Color information

#CAC065 (or 0xCAC065) is unknown color: approx Tacha. HEX triplet: CA, C0 and 65. RGB value is (202,192,101). Sum of RGB (Red+Green+Blue) = 202+192+101=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC065 is #353F9A. Grayscale: #B8B8B8. Windows color (decimal): -3489691 or 6668490. OLE color: 6668490.

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

Color convert

RGB202192101-
CMYK00.050.500.21
HSL54.06º48.79%59.41%-
HSV(B)54.06º50%79.22%-
XYZ45.5651.219.79-
YUV184.6280.81140.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=40.81%
G=38.79%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219210100.050.500.2154.0648.7959.41
HexCAC06505321536313b
Octal312300145056225666173
Binary11001010110000001100101010111001010101110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC065; }

 p { color: rgb(202,192,101); }

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

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

 a { background-color: rgb(202,192,101); }

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

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

 span { border-color: rgb(202,192,101); }

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