Html Css Color HEX #CAB364 Tacha

📋 copy color: '#CAB364'

red 202 ◦ green 179 ◦ blue 100

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

Shades of Tacha #CAB364

Tints of Tacha #CAB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.21%

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

R = 42%
G = 37.21%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAB364 (or 0xCAB364) is known color: Tacha. HEX triplet: CA, B3 and 64. RGB value is (202,179,100). Sum of RGB (Red+Green+Blue) = 202+179+100=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB364 is #354C9B. Grayscale: #B1B1B1. Windows color (decimal): -3493020 or 6599626. OLE color: 6599626.

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

Color convert

RGB 202 179 100 -
CMYK 0 0.11 0.50 0.21
HSL 46.47º 0.49% 0.59% -
HSV(B) 46.47º 0.5% 0.79% -
XYZ 42.78 45.72 18.63 -
YUV 176.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 202 179 100 0 0.11 0.50 0.21 46.47 0.49 0.59
Hex CA B3 64 0 B 32 15 2E 31 3B
Octal 312 263 144 0 13 62 25 56 61 73
Binary 11001010 10110011 1100100 0 1011 110010 10101 101110 110001 111011

Color Harmonies of #CAB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB364

Black with #CAB364

Text Example


Text Example

White with #CAB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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