Html Css Color HEX #C9C132 Old Gold

📋 copy color: '#C9C132'

red 201 ◦ green 193 ◦ blue 50

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

Shades of Old Gold #C9C132

Tints of Old Gold #C9C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

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

R = 45.27%
G = 43.47%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9C132 (or 0xC9C132) is known color: Old Gold. HEX triplet: C9, C1 and 32. RGB value is (201,193,50). Sum of RGB (Red+Green+Blue) = 201+193+50=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C132 is #363ECD. Grayscale: #B3B3B3. Windows color (decimal): -3555022 or 3326409. OLE color: 3326409.

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

Color convert

RGB 201 193 50 -
CMYK 0 0.04 0.75 0.21
HSL 56.82º 0.6% 0.49% -
HSV(B) 56.82º 0.75% 0.79% -
XYZ 43.73 50.79 10.52 -
YUV 179.09 55.15 143.63 -
System Red Green Blue C M Y K H S L
Decimal 201 193 50 0 0.04 0.75 0.21 56.82 0.6 0.49
Hex C9 C1 32 0 4 4B 15 39 3C 31
Octal 311 301 62 0 4 113 25 71 74 61
Binary 11001001 11000001 110010 0 100 1001011 10101 111001 111100 110001

Color Harmonies of #C9C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C132

Black with #C9C132

Text Example


Text Example

White with #C9C132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C132; }

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

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

background-color css

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

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

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

border-color css

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

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

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