Html Css Color HEX #CAC460 Tacha

📋 copy color: '#CAC460'

red 202 ◦ green 196 ◦ blue 96

#CAC460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CAC460

Tints of Tacha #CAC460

RGB

 RED value IS 202 (79.3% from 255) = 40.89%

 GREEN value IS 196 (76.95% from 255) = 39.68%

 BLUE value IS 96 (37.89% from 255) = 19.43%

R = 40.89%
G = 39.68%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAC460 (or 0xCAC460) is known color: Tacha. HEX triplet: CA, C4 and 60. RGB value is (202,196,96). Sum of RGB (Red+Green+Blue) = 202+196+96=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC460 is #353B9F. Grayscale: #BABABA. Windows color (decimal): -3488672 or 6341834. OLE color: 6341834.

HSL color Cylindrical-coordinate representation of color #CAC460: hue angle of 56.6º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAC460 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 96 -
CMYK 0 0.03 0.52 0.21
HSL 56.6º 0.5% 0.58% -
HSV(B) 56.6º 0.52% 0.79% -
XYZ 46.21 52.88 18.84 -
YUV 186.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 202 196 96 0 0.03 0.52 0.21 56.6 0.5 0.58
Hex CA C4 60 0 3 34 15 39 32 3A
Octal 312 304 140 0 3 64 25 71 62 72
Binary 11001010 11000100 1100000 0 11 110100 10101 111001 110010 111010

Color Harmonies of #CAC460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC460

Black with #CAC460

Text Example


Text Example

White with #CAC460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC460; }

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

 H1.HeaderClassName
 {
   color: #CAC460;
 }
 .AnyTagClassName
 {
   color: #CAC460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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