Html Css Color HEX #C0B431 Old Gold

📋 copy color: '#C0B431'

red 192 ◦ green 180 ◦ blue 49

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

Shades of Old Gold #C0B431

Tints of Old Gold #C0B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

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

R = 45.61%
G = 42.76%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0B431 (or 0xC0B431) is known color: Old Gold. HEX triplet: C0, B4 and 31. RGB value is (192,180,49). Sum of RGB (Red+Green+Blue) = 192+180+49=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B431 is #3F4BCE. Grayscale: #A9A9A9. Windows color (decimal): -4148175 or 3257536. OLE color: 3257536.

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

Color convert

RGB 192 180 49 -
CMYK 0 0.06 0.74 0.25
HSL 54.97º 0.59% 0.47% -
HSV(B) 54.97º 0.74% 0.75% -
XYZ 38.61 44.07 9.38 -
YUV 168.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 192 180 49 0 0.06 0.74 0.25 54.97 0.59 0.47
Hex C0 B4 31 0 6 4A 19 37 3B 2F
Octal 300 264 61 0 6 112 31 67 73 57
Binary 11000000 10110100 110001 0 110 1001010 11001 110111 111011 101111

Color Harmonies of #C0B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B431

Black with #C0B431

Text Example


Text Example

White with #C0B431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B431; }

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

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

background-color css

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

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

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

border-color css

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

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

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