Html Css Color HEX #CAC265 Tacha

📋 copy color: '#CAC265'

red 202 ◦ green 194 ◦ blue 101

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

Shades of Tacha #CAC265

Tints of Tacha #CAC265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 101 (39.84% from 255) = 20.32%

R = 40.64%
G = 39.03%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC265 (or 0xCAC265) is known color: Tacha. HEX triplet: CA, C2 and 65. RGB value is (202,194,101). Sum of RGB (Red+Green+Blue) = 202+194+101=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC265 is #353D9A. Grayscale: #BABABA. Windows color (decimal): -3489179 or 6669002. OLE color: 6669002.

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

Color convert

RGB 202 194 101 -
CMYK 0 0.04 0.50 0.21
HSL 55.25º 0.49% 0.59% -
HSV(B) 55.25º 0.5% 0.79% -
XYZ 46 52.08 19.94 -
YUV 185.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 202 194 101 0 0.04 0.50 0.21 55.25 0.49 0.59
Hex CA C2 65 0 4 32 15 37 31 3B
Octal 312 302 145 0 4 62 25 67 61 73
Binary 11001010 11000010 1100101 0 100 110010 10101 110111 110001 111011

Color Harmonies of #CAC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC265

Black with #CAC265

Text Example


Text Example

White with #CAC265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC265; }

 p { color: rgb(202,194,101); }

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

background-color css

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

 a { background-color: rgb(202,194,101); }

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

border-color css

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

 span { border-color: rgb(202,194,101); }

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