Html Css Color HEX #C9B13C Old Gold

📋 copy color: '#C9B13C'

red 201 ◦ green 177 ◦ blue 60

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

Shades of Old Gold #C9B13C

Tints of Old Gold #C9B13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.7%

R = 45.89%
G = 40.41%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9B13C (or 0xC9B13C) is known color: Old Gold. HEX triplet: C9, B1 and 3C. RGB value is (201,177,60). Sum of RGB (Red+Green+Blue) = 201+177+60=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B13C is #364EC3. Grayscale: #ABABAB. Windows color (decimal): -3559108 or 3977673. OLE color: 3977673.

HSL color Cylindrical-coordinate representation of color #C9B13C: hue angle of 49.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9B13C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 177 60 -
CMYK 0 0.12 0.70 0.21
HSL 49.79º 0.57% 0.51% -
HSV(B) 49.79º 0.7% 0.79% -
XYZ 40.63 44.19 10.66 -
YUV 170.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 201 177 60 0 0.12 0.70 0.21 49.79 0.57 0.51
Hex C9 B1 3C 0 C 46 15 32 39 33
Octal 311 261 74 0 14 106 25 62 71 63
Binary 11001001 10110001 111100 0 1100 1000110 10101 110010 111001 110011

Color Harmonies of #C9B13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B13C

Black with #C9B13C

Text Example


Text Example

White with #C9B13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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