Html Css Color HEX #C9BE37 Old Gold

📋 copy color: '#C9BE37'

red 201 ◦ green 190 ◦ blue 55

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

Shades of Old Gold #C9BE37

Tints of Old Gold #C9BE37

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.6%

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

R = 45.07%
G = 42.6%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9BE37 (or 0xC9BE37) is known color: Old Gold. HEX triplet: C9, BE and 37. RGB value is (201,190,55). Sum of RGB (Red+Green+Blue) = 201+190+55=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE37 is #3641C8. Grayscale: #B2B2B2. Windows color (decimal): -3555785 or 3653321. OLE color: 3653321.

HSL color Cylindrical-coordinate representation of color #C9BE37: hue angle of 55.48º 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 #C9BE37 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 55 -
CMYK 0 0.05 0.73 0.21
HSL 55.48º 0.57% 0.5% -
HSV(B) 55.48º 0.73% 0.79% -
XYZ 43.19 49.52 10.9 -
YUV 177.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 201 190 55 0 0.05 0.73 0.21 55.48 0.57 0.5
Hex C9 BE 37 0 5 49 15 37 39 32
Octal 311 276 67 0 5 111 25 67 71 62
Binary 11001001 10111110 110111 0 101 1001001 10101 110111 111001 110010

Color Harmonies of #C9BE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE37

Black with #C9BE37

Text Example


Text Example

White with #C9BE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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