Html Css Color HEX #C9BC45 Old Gold

📋 copy color: '#C9BC45'

red 201 ◦ green 188 ◦ blue 69

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

Shades of Old Gold #C9BC45

Tints of Old Gold #C9BC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 43.89%
G = 41.05%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C9BC45 (or 0xC9BC45) is known color: Old Gold. HEX triplet: C9, BC and 45. RGB value is (201,188,69). Sum of RGB (Red+Green+Blue) = 201+188+69=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC45 is #3643BA. Grayscale: #B2B2B2. Windows color (decimal): -3556283 or 4570313. OLE color: 4570313.

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

Color convert

RGB 201 188 69 -
CMYK 0 0.06 0.66 0.21
HSL 54.09º 0.55% 0.53% -
HSV(B) 54.09º 0.66% 0.79% -
XYZ 43.14 48.81 12.78 -
YUV 178.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 201 188 69 0 0.06 0.66 0.21 54.09 0.55 0.53
Hex C9 BC 45 0 6 42 15 36 37 35
Octal 311 274 105 0 6 102 25 66 67 65
Binary 11001001 10111100 1000101 0 110 1000010 10101 110110 110111 110101

Color Harmonies of #C9BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC45

Black with #C9BC45

Text Example


Text Example

White with #C9BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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