Html Css Color HEX #C8B561 Tacha

📋 copy color: '#C8B561'

red 200 ◦ green 181 ◦ blue 97

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

Shades of Tacha #C8B561

Tints of Tacha #C8B561

RGB

 RED value IS 200 (78.52% from 255) = 41.84%

 GREEN value IS 181 (71.09% from 255) = 37.87%

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 41.84%
G = 37.87%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8B561 (or 0xC8B561) is known color: Tacha. HEX triplet: C8, B5 and 61. RGB value is (200,181,97). Sum of RGB (Red+Green+Blue) = 200+181+97=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B561 is #374A9E. Grayscale: #B1B1B1. Windows color (decimal): -3623583 or 6403528. OLE color: 6403528.

HSL color Cylindrical-coordinate representation of color #C8B561: hue angle of 48.93º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8B561 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 97 -
CMYK 0 0.09 0.52 0.22
HSL 48.93º 0.48% 0.58% -
HSV(B) 48.93º 0.52% 0.78% -
XYZ 42.5 46.19 17.98 -
YUV 177.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 200 181 97 0 0.09 0.52 0.22 48.93 0.48 0.58
Hex C8 B5 61 0 9 34 16 31 30 3A
Octal 310 265 141 0 11 64 26 61 60 72
Binary 11001000 10110101 1100001 0 1001 110100 10110 110001 110000 111010

Color Harmonies of #C8B561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B561

Black with #C8B561

Text Example


Text Example

White with #C8B561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B561; }

 p { color: rgb(200,181,97); }

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

background-color css

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

 a { background-color: rgb(200,181,97); }

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

border-color css

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

 span { border-color: rgb(200,181,97); }

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