Html Css Color HEX #C0B831 Old Gold

📋 copy color: '#C0B831'

red 192 ◦ green 184 ◦ blue 49

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

Shades of Old Gold #C0B831

Tints of Old Gold #C0B831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

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

R = 45.18%
G = 43.29%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0B831 (or 0xC0B831) is known color: Old Gold. HEX triplet: C0, B8 and 31. RGB value is (192,184,49). Sum of RGB (Red+Green+Blue) = 192+184+49=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B831 is #3F47CE. Grayscale: #ABABAB. Windows color (decimal): -4147151 or 3258560. OLE color: 3258560.

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

Color convert

RGB 192 184 49 -
CMYK 0 0.04 0.74 0.25
HSL 56.64º 0.59% 0.47% -
HSV(B) 56.64º 0.74% 0.75% -
XYZ 39.43 45.71 9.65 -
YUV 171 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 192 184 49 0 0.04 0.74 0.25 56.64 0.59 0.47
Hex C0 B8 31 0 4 4A 19 39 3B 2F
Octal 300 270 61 0 4 112 31 71 73 57
Binary 11000000 10111000 110001 0 100 1001010 11001 111001 111011 101111

Color Harmonies of #C0B831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B831

Black with #C0B831

Text Example


Text Example

White with #C0B831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B831; }

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

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

background-color css

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

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

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

border-color css

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

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

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