Html Css Color HEX #C9B140 Old Gold

📋 copy color: '#C9B140'

red 201 ◦ green 177 ◦ blue 64

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

Shades of Old Gold #C9B140

Tints of Old Gold #C9B140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.05%

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

R = 45.48%
G = 40.05%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9B140 (or 0xC9B140) is known color: Old Gold. HEX triplet: C9, B1 and 40. RGB value is (201,177,64). Sum of RGB (Red+Green+Blue) = 201+177+64=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B140 is #364EBF. Grayscale: #ABABAB. Windows color (decimal): -3559104 or 4239817. OLE color: 4239817.

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

Color convert

RGB 201 177 64 -
CMYK 0 0.12 0.68 0.21
HSL 49.49º 0.56% 0.52% -
HSV(B) 49.49º 0.68% 0.79% -
XYZ 40.73 44.23 11.24 -
YUV 171.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 201 177 64 0 0.12 0.68 0.21 49.49 0.56 0.52
Hex C9 B1 40 0 C 44 15 31 38 34
Octal 311 261 100 0 14 104 25 61 70 64
Binary 11001001 10110001 1000000 0 1100 1000100 10101 110001 111000 110100

Color Harmonies of #C9B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B140

Black with #C9B140

Text Example


Text Example

White with #C9B140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B140; }

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

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

background-color css

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

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

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

border-color css

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

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

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