Html Css Color HEX #CAB960 Tacha

📋 copy color: '#CAB960'

red 202 ◦ green 185 ◦ blue 96

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

Shades of Tacha #CAB960

Tints of Tacha #CAB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.3%

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

R = 41.82%
G = 38.3%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAB960 (or 0xCAB960) is known color: Tacha. HEX triplet: CA, B9 and 60. RGB value is (202,185,96). Sum of RGB (Red+Green+Blue) = 202+185+96=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB960 is #35469F. Grayscale: #B4B4B4. Windows color (decimal): -3491488 or 6339018. OLE color: 6339018.

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

Color convert

RGB 202 185 96 -
CMYK 0 0.08 0.52 0.21
HSL 50.38º 0.5% 0.58% -
HSV(B) 50.38º 0.52% 0.79% -
XYZ 43.82 48.1 18.04 -
YUV 179.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 202 185 96 0 0.08 0.52 0.21 50.38 0.5 0.58
Hex CA B9 60 0 8 34 15 32 32 3A
Octal 312 271 140 0 10 64 25 62 62 72
Binary 11001010 10111001 1100000 0 1000 110100 10101 110010 110010 111010

Color Harmonies of #CAB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB960

Black with #CAB960

Text Example


Text Example

White with #CAB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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