Html Css Color HEX #C0B131 Old Gold

📋 copy color: '#C0B131'

red 192 ◦ green 177 ◦ blue 49

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

Shades of Old Gold #C0B131

Tints of Old Gold #C0B131

RGB

 RED value IS 192 (75.39% from 255) = 45.93%

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

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 45.93%
G = 42.34%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0B131 (or 0xC0B131) is known color: Old Gold. HEX triplet: C0, B1 and 31. RGB value is (192,177,49). Sum of RGB (Red+Green+Blue) = 192+177+49=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B131 is #3F4ECE. Grayscale: #A7A7A7. Windows color (decimal): -4148943 or 3256768. OLE color: 3256768.

HSL color Cylindrical-coordinate representation of color #C0B131: hue angle of 53.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0B131 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 177 49 -
CMYK 0 0.08 0.74 0.25
HSL 53.71º 0.59% 0.47% -
HSV(B) 53.71º 0.74% 0.75% -
XYZ 38.01 42.87 9.18 -
YUV 166.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 192 177 49 0 0.08 0.74 0.25 53.71 0.59 0.47
Hex C0 B1 31 0 8 4A 19 36 3B 2F
Octal 300 261 61 0 10 112 31 66 73 57
Binary 11000000 10110001 110001 0 1000 1001010 11001 110110 111011 101111

Color Harmonies of #C0B131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B131

Black with #C0B131

Text Example


Text Example

White with #C0B131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B131; }

 p { color: rgb(192,177,49); }

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

background-color css

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

 a { background-color: rgb(192,177,49); }

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

border-color css

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

 span { border-color: rgb(192,177,49); }

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