Html Css Color HEX #CAC463 Tacha

📋 copy color: '#CAC463'

red 202 ◦ green 196 ◦ blue 99

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

Shades of Tacha #CAC463

Tints of Tacha #CAC463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.92%

R = 40.64%
G = 39.44%
B = 19.92%

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

#CAC463 (or 0xCAC463) is known color: Tacha. HEX triplet: CA, C4 and 63. RGB value is (202,196,99). Sum of RGB (Red+Green+Blue) = 202+196+99=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC463 is #353B9C. Grayscale: #BBBBBB. Windows color (decimal): -3488669 or 6538442. OLE color: 6538442.

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

Color convert

RGB 202 196 99 -
CMYK 0 0.03 0.51 0.21
HSL 56.5º 0.49% 0.59% -
HSV(B) 56.5º 0.51% 0.79% -
XYZ 46.35 52.94 19.58 -
YUV 186.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 202 196 99 0 0.03 0.51 0.21 56.5 0.49 0.59
Hex CA C4 63 0 3 33 15 39 31 3B
Octal 312 304 143 0 3 63 25 71 61 73
Binary 11001010 11000100 1100011 0 11 110011 10101 111001 110001 111011

Color Harmonies of #CAC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC463

Black with #CAC463

Text Example


Text Example

White with #CAC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC463; }

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

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

background-color css

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

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

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

border-color css

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

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

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