Html Css Color HEX #CAC063 Tacha

📋 copy color: '#CAC063'

red 202 ◦ green 192 ◦ blue 99

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

Shades of Tacha #CAC063

Tints of Tacha #CAC063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

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

R = 40.97%
G = 38.95%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAC063 (or 0xCAC063) is known color: Tacha. HEX triplet: CA, C0 and 63. RGB value is (202,192,99). Sum of RGB (Red+Green+Blue) = 202+192+99=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC063 is #353F9C. Grayscale: #B8B8B8. Windows color (decimal): -3489693 or 6537418. OLE color: 6537418.

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

Color convert

RGB 202 192 99 -
CMYK 0 0.05 0.51 0.21
HSL 54.17º 0.49% 0.59% -
HSV(B) 54.17º 0.51% 0.79% -
XYZ 45.46 51.16 19.28 -
YUV 184.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 202 192 99 0 0.05 0.51 0.21 54.17 0.49 0.59
Hex CA C0 63 0 5 33 15 36 31 3B
Octal 312 300 143 0 5 63 25 66 61 73
Binary 11001010 11000000 1100011 0 101 110011 10101 110110 110001 111011

Color Harmonies of #CAC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC063

Black with #CAC063

Text Example


Text Example

White with #CAC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC063; }

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

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

background-color css

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

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

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

border-color css

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

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

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