#CAC165

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

Shades of Tacha #CAC165

Tints of Tacha #CAC165

Color information

#CAC165 (or 0xCAC165) is unknown color: approx Tacha. HEX triplet: CA, C1 and 65. RGB value is (202,193,101). Sum of RGB (Red+Green+Blue) = 202+193+101=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC165 is #353E9A. Grayscale: #B9B9B9. Windows color (decimal): -3489435 or 6668746. OLE color: 6668746.

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

Color convert

RGB202193101-
CMYK00.040.500.21
HSL54.65º48.79%59.41%-
HSV(B)54.65º50%79.22%-
XYZ45.7851.6419.87-
YUV185.280.48139.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 101 (39.84% from 255) = 20.36%
R=40.73%
G=38.91%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219310100.040.500.2154.6548.7959.41
HexCAC16504321537313b
Octal312301145046225676173
Binary11001010110000011100101010011001010101110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC165; }

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

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

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

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

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

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

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

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