Html Css Color HEX #C9BC37 Old Gold

📋 copy color: '#C9BC37'

red 201 ◦ green 188 ◦ blue 55

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

Shades of Old Gold #C9BC37

Tints of Old Gold #C9BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

 BLUE value IS 55 (21.88% from 255) = 12.39%

R = 45.27%
G = 42.34%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9BC37 (or 0xC9BC37) is known color: Old Gold. HEX triplet: C9, BC and 37. RGB value is (201,188,55). Sum of RGB (Red+Green+Blue) = 201+188+55=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC37 is #3643C8. Grayscale: #B1B1B1. Windows color (decimal): -3556297 or 3652809. OLE color: 3652809.

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

Color convert

RGB 201 188 55 -
CMYK 0 0.06 0.73 0.21
HSL 54.66º 0.57% 0.5% -
HSV(B) 54.66º 0.73% 0.79% -
XYZ 42.76 48.66 10.75 -
YUV 176.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 201 188 55 0 0.06 0.73 0.21 54.66 0.57 0.5
Hex C9 BC 37 0 6 49 15 37 39 32
Octal 311 274 67 0 6 111 25 67 71 62
Binary 11001001 10111100 110111 0 110 1001001 10101 110111 111001 110010

Color Harmonies of #C9BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC37

Black with #C9BC37

Text Example


Text Example

White with #C9BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC37; }

 p { color: rgb(201,188,55); }

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

background-color css

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

 a { background-color: rgb(201,188,55); }

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

border-color css

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

 span { border-color: rgb(201,188,55); }

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