Html Css Color HEX #CAC363 Tacha

📋 copy color: '#CAC363'

red 202 ◦ green 195 ◦ blue 99

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

Shades of Tacha #CAC363

Tints of Tacha #CAC363

RGB

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

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

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

R = 40.73%
G = 39.31%
B = 19.96%

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

#CAC363 (or 0xCAC363) is known color: Tacha. HEX triplet: CA, C3 and 63. RGB value is (202,195,99). Sum of RGB (Red+Green+Blue) = 202+195+99=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC363 is #353C9C. Grayscale: #BABABA. Windows color (decimal): -3488925 or 6538186. OLE color: 6538186.

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

Color convert

RGB 202 195 99 -
CMYK 0 0.03 0.51 0.21
HSL 55.92º 0.49% 0.59% -
HSV(B) 55.92º 0.51% 0.79% -
XYZ 46.12 52.49 19.5 -
YUV 186.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 202 195 99 0 0.03 0.51 0.21 55.92 0.49 0.59
Hex CA C3 63 0 3 33 15 38 31 3B
Octal 312 303 143 0 3 63 25 70 61 73
Binary 11001010 11000011 1100011 0 11 110011 10101 111000 110001 111011

Color Harmonies of #CAC363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC363

Black with #CAC363

Text Example


Text Example

White with #CAC363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC363; }

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

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

background-color css

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

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

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

border-color css

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

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

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