Html Css Color HEX #C9C040 Old Gold

📋 copy color: '#C9C040'

red 201 ◦ green 192 ◦ blue 64

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

Shades of Old Gold #C9C040

Tints of Old Gold #C9C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 64 (25.39% from 255) = 14%

R = 43.98%
G = 42.01%
B = 14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9C040 (or 0xC9C040) is known color: Old Gold. HEX triplet: C9, C0 and 40. RGB value is (201,192,64). Sum of RGB (Red+Green+Blue) = 201+192+64=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C040 is #363FBF. Grayscale: #B4B4B4. Windows color (decimal): -3555264 or 4243657. OLE color: 4243657.

HSL color Cylindrical-coordinate representation of color #C9C040: hue angle of 56.06º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9C040 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 64 -
CMYK 0 0.04 0.68 0.21
HSL 56.06º 0.56% 0.52% -
HSV(B) 56.06º 0.68% 0.79% -
XYZ 43.86 50.49 12.28 -
YUV 180.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 201 192 64 0 0.04 0.68 0.21 56.06 0.56 0.52
Hex C9 C0 40 0 4 44 15 38 38 34
Octal 311 300 100 0 4 104 25 70 70 64
Binary 11001001 11000000 1000000 0 100 1000100 10101 111000 111000 110100

Color Harmonies of #C9C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C040

Black with #C9C040

Text Example


Text Example

White with #C9C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C040; }

 p { color: rgb(201,192,64); }

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

background-color css

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

 a { background-color: rgb(201,192,64); }

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

border-color css

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

 span { border-color: rgb(201,192,64); }

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