Html Css Color HEX #C9BD50 Tacha

📋 copy color: '#C9BD50'

red 201 ◦ green 189 ◦ blue 80

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

Shades of Tacha #C9BD50

Tints of Tacha #C9BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

 BLUE value IS 80 (31.64% from 255) = 17.02%

R = 42.77%
G = 40.21%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C9BD50 (or 0xC9BD50) is known color: Tacha. HEX triplet: C9, BD and 50. RGB value is (201,189,80). Sum of RGB (Red+Green+Blue) = 201+189+80=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD50 is #3642AF. Grayscale: #B4B4B4. Windows color (decimal): -3556016 or 5291465. OLE color: 5291465.

HSL color Cylindrical-coordinate representation of color #C9BD50: hue angle of 54.05º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9BD50 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 80 -
CMYK 0 0.06 0.60 0.21
HSL 54.05º 0.53% 0.55% -
HSV(B) 54.05º 0.6% 0.79% -
XYZ 43.73 49.39 14.82 -
YUV 180.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 201 189 80 0 0.06 0.60 0.21 54.05 0.53 0.55
Hex C9 BD 50 0 6 3C 15 36 35 37
Octal 311 275 120 0 6 74 25 66 65 67
Binary 11001001 10111101 1010000 0 110 111100 10101 110110 110101 110111

Color Harmonies of #C9BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD50

Black with #C9BD50

Text Example


Text Example

White with #C9BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD50; }

 p { color: rgb(201,189,80); }

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

background-color css

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

 a { background-color: rgb(201,189,80); }

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

border-color css

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

 span { border-color: rgb(201,189,80); }

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