Html Css Color HEX #C9B232 Old Gold

📋 copy color: '#C9B232'

red 201 ◦ green 178 ◦ blue 50

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

Shades of Old Gold #C9B232

Tints of Old Gold #C9B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 46.85%
G = 41.49%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9B232 (or 0xC9B232) is known color: Old Gold. HEX triplet: C9, B2 and 32. RGB value is (201,178,50). Sum of RGB (Red+Green+Blue) = 201+178+50=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B232 is #364DCD. Grayscale: #AAAAAA. Windows color (decimal): -3558862 or 3322569. OLE color: 3322569.

HSL color Cylindrical-coordinate representation of color #C9B232: hue angle of 50.86º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9B232 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 178 50 -
CMYK 0 0.11 0.75 0.21
HSL 50.86º 0.6% 0.49% -
HSV(B) 50.86º 0.75% 0.79% -
XYZ 40.58 44.49 9.47 -
YUV 170.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 201 178 50 0 0.11 0.75 0.21 50.86 0.6 0.49
Hex C9 B2 32 0 B 4B 15 33 3C 31
Octal 311 262 62 0 13 113 25 63 74 61
Binary 11001001 10110010 110010 0 1011 1001011 10101 110011 111100 110001

Color Harmonies of #C9B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B232

Black with #C9B232

Text Example


Text Example

White with #C9B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B232; }

 p { color: rgb(201,178,50); }

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

background-color css

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

 a { background-color: rgb(201,178,50); }

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

border-color css

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

 span { border-color: rgb(201,178,50); }

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