#CAC251

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

Shades of Tacha #CAC251

Tints of Tacha #CAC251

Color information

#CAC251 (or 0xCAC251) is unknown color: approx Tacha. HEX triplet: CA, C2 and 51. RGB value is (202,194,81). Sum of RGB (Red+Green+Blue) = 202+194+81=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC251 is #353DAE. Grayscale: #B7B7B7. Windows color (decimal): -3489199 or 5358282. OLE color: 5358282.

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

Color convert

RGB20219481-
CMYK00.040.600.21
HSL56.03º53.3%55.49%-
HSV(B)56.03º59.9%79.22%-
XYZ45.1351.7315.39-
YUV183.5170.15141.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 81 (32.03% from 255) = 16.98%
R=42.35%
G=40.67%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021948100.040.600.2156.0353.355.49
HexCAC251043C15383537
Octal312302121047425706567
Binary11001010110000101010001010011110010101111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC251; }

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

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

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

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

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

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

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

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