Html Css Color HEX #C9BC47 Old Gold

📋 copy color: '#C9BC47'

red 201 ◦ green 188 ◦ blue 71

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

Shades of Old Gold #C9BC47

Tints of Old Gold #C9BC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.43%

R = 43.7%
G = 40.87%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C9BC47 (or 0xC9BC47) is known color: Old Gold. HEX triplet: C9, BC and 47. RGB value is (201,188,71). Sum of RGB (Red+Green+Blue) = 201+188+71=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC47 is #3643B8. Grayscale: #B3B3B3. Windows color (decimal): -3556281 or 4701385. OLE color: 4701385.

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

Color convert

RGB 201 188 71 -
CMYK 0 0.06 0.65 0.21
HSL 54º 0.55% 0.53% -
HSV(B) 54º 0.65% 0.79% -
XYZ 43.21 48.84 13.11 -
YUV 178.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 201 188 71 0 0.06 0.65 0.21 54 0.55 0.53
Hex C9 BC 47 0 6 41 15 36 37 35
Octal 311 274 107 0 6 101 25 66 67 65
Binary 11001001 10111100 1000111 0 110 1000001 10101 110110 110111 110101

Color Harmonies of #C9BC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC47

Black with #C9BC47

Text Example


Text Example

White with #C9BC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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