Html Css Color HEX #C0B631 Old Gold

📋 copy color: '#C0B631'

red 192 ◦ green 182 ◦ blue 49

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

Shades of Old Gold #C0B631

Tints of Old Gold #C0B631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

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

R = 45.39%
G = 43.03%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0B631 (or 0xC0B631) is known color: Old Gold. HEX triplet: C0, B6 and 31. RGB value is (192,182,49). Sum of RGB (Red+Green+Blue) = 192+182+49=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B631 is #3F49CE. Grayscale: #AAAAAA. Windows color (decimal): -4147663 or 3258048. OLE color: 3258048.

HSL color Cylindrical-coordinate representation of color #C0B631: hue angle of 55.8º 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 #C0B631 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 182 49 -
CMYK 0 0.05 0.74 0.25
HSL 55.8º 0.59% 0.47% -
HSV(B) 55.8º 0.74% 0.75% -
XYZ 39.02 44.88 9.51 -
YUV 169.83 59.81 143.81 -
System Red Green Blue C M Y K H S L
Decimal 192 182 49 0 0.05 0.74 0.25 55.8 0.59 0.47
Hex C0 B6 31 0 5 4A 19 38 3B 2F
Octal 300 266 61 0 5 112 31 70 73 57
Binary 11000000 10110110 110001 0 101 1001010 11001 111000 111011 101111

Color Harmonies of #C0B631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B631

Black with #C0B631

Text Example


Text Example

White with #C0B631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B631; }

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

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

background-color css

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

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

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

border-color css

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

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

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