Html Css Color HEX #CAC462 Tacha

📋 copy color: '#CAC462'

red 202 ◦ green 196 ◦ blue 98

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

Shades of Tacha #CAC462

Tints of Tacha #CAC462

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAC462 (or 0xCAC462) is known color: 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

RGB 202 196 98 -
CMYK 0 0.03 0.51 0.21
HSL 56.54º 0.5% 0.59% -
HSV(B) 56.54º 0.51% 0.79% -
XYZ 46.3 52.92 19.33 -
YUV 186.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 202 196 98 0 0.03 0.51 0.21 56.54 0.5 0.59
Hex CA C4 62 0 3 33 15 39 32 3B
Octal 312 304 142 0 3 63 25 71 62 73
Binary 11001010 11000100 1100010 0 11 110011 10101 111001 110010 111011

Color Harmonies of #CAC462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC462

Black with #CAC462

Text Example


Text Example

White with #CAC462

Text Example


Text Example

HTML Codes & Css Web 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>