Html Css Color HEX #C9B76C Tacha

📋 copy color: '#C9B76C'

red 201 ◦ green 183 ◦ blue 108

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

Shades of Tacha #C9B76C

Tints of Tacha #C9B76C

RGB

 RED value IS 201 (78.91% from 255) = 40.85%

 GREEN value IS 183 (71.88% from 255) = 37.2%

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 40.85%
G = 37.2%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9B76C (or 0xC9B76C) is known color: Tacha. HEX triplet: C9, B7 and 6C. RGB value is (201,183,108). Sum of RGB (Red+Green+Blue) = 201+183+108=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B76C is #364893. Grayscale: #B4B4B4. Windows color (decimal): -3557524 or 7124937. OLE color: 7124937.

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

Color convert

RGB 201 183 108 -
CMYK 0 0.09 0.46 0.21
HSL 48.39º 0.46% 0.61% -
HSV(B) 48.39º 0.46% 0.79% -
XYZ 43.73 47.37 21.03 -
YUV 179.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 201 183 108 0 0.09 0.46 0.21 48.39 0.46 0.61
Hex C9 B7 6C 0 9 2E 15 30 2E 3D
Octal 311 267 154 0 11 56 25 60 56 75
Binary 11001001 10110111 1101100 0 1001 101110 10101 110000 101110 111101

Color Harmonies of #C9B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B76C

Black with #C9B76C

Text Example


Text Example

White with #C9B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B76C; }

 p { color: rgb(201,183,108); }

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

background-color css

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

 a { background-color: rgb(201,183,108); }

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

border-color css

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

 span { border-color: rgb(201,183,108); }

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