Html Css Color HEX #C9BB5E Tacha

📋 copy color: '#C9BB5E'

red 201 ◦ green 187 ◦ blue 94

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

Shades of Tacha #C9BB5E

Tints of Tacha #C9BB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 94 (37.11% from 255) = 19.5%

R = 41.7%
G = 38.8%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9BB5E (or 0xC9BB5E) is known color: Tacha. HEX triplet: C9, BB and 5E. RGB value is (201,187,94). Sum of RGB (Red+Green+Blue) = 201+187+94=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB5E is #3644A1. Grayscale: #B4B4B4. Windows color (decimal): -3556514 or 6208457. OLE color: 6208457.

HSL color Cylindrical-coordinate representation of color #C9BB5E: hue angle of 52.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9BB5E is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 94 -
CMYK 0 0.07 0.53 0.21
HSL 52.15º 0.5% 0.58% -
HSV(B) 52.15º 0.53% 0.79% -
XYZ 43.88 48.77 17.69 -
YUV 180.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 201 187 94 0 0.07 0.53 0.21 52.15 0.5 0.58
Hex C9 BB 5E 0 7 35 15 34 32 3A
Octal 311 273 136 0 7 65 25 64 62 72
Binary 11001001 10111011 1011110 0 111 110101 10101 110100 110010 111010

Color Harmonies of #C9BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB5E

Black with #C9BB5E

Text Example


Text Example

White with #C9BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB5E; }

 p { color: rgb(201,187,94); }

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

background-color css

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

 a { background-color: rgb(201,187,94); }

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

border-color css

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

 span { border-color: rgb(201,187,94); }

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