#CAC051

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

Shades of Tacha #CAC051

Tints of Tacha #CAC051

Color information

#CAC051 (or 0xCAC051) is unknown color: approx Tacha. HEX triplet: CA, C0 and 51. RGB value is (202,192,81). Sum of RGB (Red+Green+Blue) = 202+192+81=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC051 is #353FAE. Grayscale: #B6B6B6. Windows color (decimal): -3489711 or 5357770. OLE color: 5357770.

HSL color Cylindrical-coordinate representation of color #CAC051: hue angle of 55.04º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC051 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20219281-
CMYK00.050.600.21
HSL55.04º53.3%55.49%-
HSV(B)55.04º59.9%79.22%-
XYZ44.6950.8515.24-
YUV182.3470.81142.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 81 (32.03% from 255) = 17.05%
R=42.53%
G=40.42%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021928100.050.600.2155.0453.355.49
HexCAC051053C15373537
Octal312300121057425676567
Binary11001010110000001010001010111110010101110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC051; }

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

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

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

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

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

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

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

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