Html Css Color HEX #CAB966 Tacha

📋 copy color: '#CAB966'

red 202 ◦ green 185 ◦ blue 102

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

Shades of Tacha #CAB966

Tints of Tacha #CAB966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.86%

R = 41.31%
G = 37.83%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAB966 (or 0xCAB966) is known color: Tacha. HEX triplet: CA, B9 and 66. RGB value is (202,185,102). Sum of RGB (Red+Green+Blue) = 202+185+102=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB966 is #354699. Grayscale: #B4B4B4. Windows color (decimal): -3491482 or 6732234. OLE color: 6732234.

HSL color Cylindrical-coordinate representation of color #CAB966: hue angle of 49.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAB966 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 102 -
CMYK 0 0.08 0.50 0.21
HSL 49.8º 0.49% 0.6% -
HSV(B) 49.8º 0.5% 0.79% -
XYZ 44.1 48.21 19.55 -
YUV 180.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 202 185 102 0 0.08 0.50 0.21 49.8 0.49 0.6
Hex CA B9 66 0 8 32 15 32 31 3C
Octal 312 271 146 0 10 62 25 62 61 74
Binary 11001010 10111001 1100110 0 1000 110010 10101 110010 110001 111100

Color Harmonies of #CAB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB966

Black with #CAB966

Text Example


Text Example

White with #CAB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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