Html Css Color HEX #C0B53A Old Gold

📋 copy color: '#C0B53A'

red 192 ◦ green 181 ◦ blue 58

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

Shades of Old Gold #C0B53A

Tints of Old Gold #C0B53A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42%

 BLUE value IS 58 (23.05% from 255) = 13.46%

R = 44.55%
G = 42%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0B53A (or 0xC0B53A) is known color: Old Gold. HEX triplet: C0, B5 and 3A. RGB value is (192,181,58). Sum of RGB (Red+Green+Blue) = 192+181+58=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B53A is #3F4AC5. Grayscale: #AAAAAA. Windows color (decimal): -4147910 or 3847616. OLE color: 3847616.

HSL color Cylindrical-coordinate representation of color #C0B53A: hue angle of 55.07º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0B53A is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 58 -
CMYK 0 0.06 0.70 0.25
HSL 55.07º 0.54% 0.49% -
HSV(B) 55.07º 0.7% 0.75% -
XYZ 39.03 44.56 10.55 -
YUV 170.27 64.64 143.5 -
System Red Green Blue C M Y K H S L
Decimal 192 181 58 0 0.06 0.70 0.25 55.07 0.54 0.49
Hex C0 B5 3A 0 6 46 19 37 36 31
Octal 300 265 72 0 6 106 31 67 66 61
Binary 11000000 10110101 111010 0 110 1000110 11001 110111 110110 110001

Color Harmonies of #C0B53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B53A

Black with #C0B53A

Text Example


Text Example

White with #C0B53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B53A; }

 p { color: rgb(192,181,58); }

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

background-color css

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

 a { background-color: rgb(192,181,58); }

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

border-color css

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

 span { border-color: rgb(192,181,58); }

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