Html Css Color HEX #C9BB5D Tacha

📋 copy color: '#C9BB5D'

red 201 ◦ green 187 ◦ blue 93

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

Shades of Tacha #C9BB5D

Tints of Tacha #C9BB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.33%

R = 41.79%
G = 38.88%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9BB5D (or 0xC9BB5D) is known color: Tacha. HEX triplet: C9, BB and 5D. RGB value is (201,187,93). Sum of RGB (Red+Green+Blue) = 201+187+93=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB5D is #3644A2. Grayscale: #B4B4B4. Windows color (decimal): -3556515 or 6142921. OLE color: 6142921.

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

Color convert

RGB 201 187 93 -
CMYK 0 0.07 0.54 0.21
HSL 52.22º 0.5% 0.58% -
HSV(B) 52.22º 0.54% 0.79% -
XYZ 43.83 48.75 17.46 -
YUV 180.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 201 187 93 0 0.07 0.54 0.21 52.22 0.5 0.58
Hex C9 BB 5D 0 7 36 15 34 32 3A
Octal 311 273 135 0 7 66 25 64 62 72
Binary 11001001 10111011 1011101 0 111 110110 10101 110100 110010 111010

Color Harmonies of #C9BB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB5D

Black with #C9BB5D

Text Example


Text Example

White with #C9BB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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