Html Css Color HEX #C0B336 Old Gold

📋 copy color: '#C0B336'

red 192 ◦ green 179 ◦ blue 54

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

Shades of Old Gold #C0B336

Tints of Old Gold #C0B336

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

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

R = 45.18%
G = 42.12%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0B336 (or 0xC0B336) is known color: Old Gold. HEX triplet: C0, B3 and 36. RGB value is (192,179,54). Sum of RGB (Red+Green+Blue) = 192+179+54=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B336 is #3F4CC9. Grayscale: #A9A9A9. Windows color (decimal): -4148426 or 3584960. OLE color: 3584960.

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

Color convert

RGB 192 179 54 -
CMYK 0 0.07 0.72 0.25
HSL 54.35º 0.56% 0.48% -
HSV(B) 54.35º 0.72% 0.75% -
XYZ 38.52 43.71 9.9 -
YUV 168.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 192 179 54 0 0.07 0.72 0.25 54.35 0.56 0.48
Hex C0 B3 36 0 7 48 19 36 38 30
Octal 300 263 66 0 7 110 31 66 70 60
Binary 11000000 10110011 110110 0 111 1001000 11001 110110 111000 110000

Color Harmonies of #C0B336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B336

Black with #C0B336

Text Example


Text Example

White with #C0B336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B336; }

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

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

background-color css

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

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

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

border-color css

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

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

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