#CAC462

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

Shades of Tacha #CAC462

Tints of Tacha #CAC462

Color information

#CAC462 (or 0xCAC462) is unknown color: approx Tacha. HEX triplet: CA, C4 and 62. RGB value is (202,196,98). Sum of RGB (Red+Green+Blue) = 202+196+98=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC462 is #353B9D. Grayscale: #BBBBBB. Windows color (decimal): -3488670 or 6472906. OLE color: 6472906.

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

Color convert

RGB20219698-
CMYK00.030.510.21
HSL56.54º49.52%58.82%-
HSV(B)56.54º51.49%79.22%-
XYZ46.352.9219.33-
YUV186.6277.99138.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 98 (38.67% from 255) = 19.76%
R=40.73%
G=39.52%
B=19.76%

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
Decimal2021969800.030.510.2156.5449.5258.82
HexCAC46203331539323b
Octal312304142036325716273
Binary1100101011000100110001001111001110101111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC462; }

 p { color: rgb(202,196,98); }

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

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

 a { background-color: rgb(202,196,98); }

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

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

 span { border-color: rgb(202,196,98); }

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