Html Css Color HEX #C0B536 Old Gold

📋 copy color: '#C0B536'

red 192 ◦ green 181 ◦ blue 54

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

Shades of Old Gold #C0B536

Tints of Old Gold #C0B536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.65%

R = 44.96%
G = 42.39%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0B536 (or 0xC0B536) is known color: Old Gold. HEX triplet: C0, B5 and 36. RGB value is (192,181,54). Sum of RGB (Red+Green+Blue) = 192+181+54=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B536 is #3F4AC9. Grayscale: #AAAAAA. Windows color (decimal): -4147914 or 3585472. OLE color: 3585472.

HSL color Cylindrical-coordinate representation of color #C0B536: hue angle of 55.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0B536 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 54 -
CMYK 0 0.06 0.72 0.25
HSL 55.22º 0.56% 0.48% -
HSV(B) 55.22º 0.72% 0.75% -
XYZ 38.93 44.52 10.03 -
YUV 169.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 192 181 54 0 0.06 0.72 0.25 55.22 0.56 0.48
Hex C0 B5 36 0 6 48 19 37 38 30
Octal 300 265 66 0 6 110 31 67 70 60
Binary 11000000 10110101 110110 0 110 1001000 11001 110111 111000 110000

Color Harmonies of #C0B536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B536

Black with #C0B536

Text Example


Text Example

White with #C0B536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B536; }

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

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

background-color css

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

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

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

border-color css

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

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

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