Html Css Color HEX #CAC364 Tacha

📋 copy color: '#CAC364'

red 202 ◦ green 195 ◦ blue 100

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

Shades of Tacha #CAC364

Tints of Tacha #CAC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

 BLUE value IS 100 (39.45% from 255) = 20.12%

R = 40.64%
G = 39.24%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC364 (or 0xCAC364) is known color: Tacha. HEX triplet: CA, C3 and 64. RGB value is (202,195,100). Sum of RGB (Red+Green+Blue) = 202+195+100=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC364 is #353C9B. Grayscale: #BABABA. Windows color (decimal): -3488924 or 6603722. OLE color: 6603722.

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

Color convert

RGB 202 195 100 -
CMYK 0 0.03 0.50 0.21
HSL 55.88º 0.49% 0.59% -
HSV(B) 55.88º 0.5% 0.79% -
XYZ 46.17 52.51 19.76 -
YUV 186.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 202 195 100 0 0.03 0.50 0.21 55.88 0.49 0.59
Hex CA C3 64 0 3 32 15 38 31 3B
Octal 312 303 144 0 3 62 25 70 61 73
Binary 11001010 11000011 1100100 0 11 110010 10101 111000 110001 111011

Color Harmonies of #CAC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC364

Black with #CAC364

Text Example


Text Example

White with #CAC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC364; }

 p { color: rgb(202,195,100); }

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

background-color css

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

 a { background-color: rgb(202,195,100); }

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

border-color css

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

 span { border-color: rgb(202,195,100); }

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