Html Css Color HEX #C9BC46 Old Gold

📋 copy color: '#C9BC46'

red 201 ◦ green 188 ◦ blue 70

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

Shades of Old Gold #C9BC46

Tints of Old Gold #C9BC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 43.79%
G = 40.96%
B = 15.25%

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

#C9BC46 (or 0xC9BC46) is known color: Old Gold. HEX triplet: C9, BC and 46. RGB value is (201,188,70). Sum of RGB (Red+Green+Blue) = 201+188+70=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC46 is #3643B9. Grayscale: #B2B2B2. Windows color (decimal): -3556282 or 4635849. OLE color: 4635849.

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

Color convert

RGB 201 188 70 -
CMYK 0 0.06 0.65 0.21
HSL 54.05º 0.55% 0.53% -
HSV(B) 54.05º 0.65% 0.79% -
XYZ 43.18 48.83 12.94 -
YUV 178.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 201 188 70 0 0.06 0.65 0.21 54.05 0.55 0.53
Hex C9 BC 46 0 6 41 15 36 37 35
Octal 311 274 106 0 6 101 25 66 67 65
Binary 11001001 10111100 1000110 0 110 1000001 10101 110110 110111 110101

Color Harmonies of #C9BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC46

Black with #C9BC46

Text Example


Text Example

White with #C9BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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