Html Css Color HEX #CAC360 Tacha

📋 copy color: '#CAC360'

red 202 ◦ green 195 ◦ blue 96

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

Shades of Tacha #CAC360

Tints of Tacha #CAC360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.47%

R = 40.97%
G = 39.55%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAC360 (or 0xCAC360) is known color: Tacha. HEX triplet: CA, C3 and 60. RGB value is (202,195,96). Sum of RGB (Red+Green+Blue) = 202+195+96=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC360 is #353C9F. Grayscale: #BABABA. Windows color (decimal): -3488928 or 6341578. OLE color: 6341578.

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

Color convert

RGB 202 195 96 -
CMYK 0 0.03 0.52 0.21
HSL 56.04º 0.5% 0.58% -
HSV(B) 56.04º 0.52% 0.79% -
XYZ 45.98 52.43 18.76 -
YUV 185.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 202 195 96 0 0.03 0.52 0.21 56.04 0.5 0.58
Hex CA C3 60 0 3 34 15 38 32 3A
Octal 312 303 140 0 3 64 25 70 62 72
Binary 11001010 11000011 1100000 0 11 110100 10101 111000 110010 111010

Color Harmonies of #CAC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC360

Black with #CAC360

Text Example


Text Example

White with #CAC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC360; }

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

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

background-color css

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

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

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

border-color css

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

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

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