Html Css Color HEX #CAB863 Tacha

📋 copy color: '#CAB863'

red 202 ◦ green 184 ◦ blue 99

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

Shades of Tacha #CAB863

Tints of Tacha #CAB863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.94%

 BLUE value IS 99 (39.06% from 255) = 20.41%

R = 41.65%
G = 37.94%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAB863 (or 0xCAB863) is known color: Tacha. HEX triplet: CA, B8 and 63. RGB value is (202,184,99). Sum of RGB (Red+Green+Blue) = 202+184+99=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB863 is #35479C. Grayscale: #B4B4B4. Windows color (decimal): -3491741 or 6535370. OLE color: 6535370.

HSL color Cylindrical-coordinate representation of color #CAB863: hue angle of 49.51º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAB863 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 99 -
CMYK 0 0.09 0.51 0.21
HSL 49.51º 0.49% 0.59% -
HSV(B) 49.51º 0.51% 0.79% -
XYZ 43.75 47.74 18.71 -
YUV 179.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 202 184 99 0 0.09 0.51 0.21 49.51 0.49 0.59
Hex CA B8 63 0 9 33 15 32 31 3B
Octal 312 270 143 0 11 63 25 62 61 73
Binary 11001010 10111000 1100011 0 1001 110011 10101 110010 110001 111011

Color Harmonies of #CAB863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB863

Black with #CAB863

Text Example


Text Example

White with #CAB863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB863; }

 p { color: rgb(202,184,99); }

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

background-color css

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

 a { background-color: rgb(202,184,99); }

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

border-color css

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

 span { border-color: rgb(202,184,99); }

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