Html Css Color HEX #C0B033 Old Gold

📋 copy color: '#C0B033'

red 192 ◦ green 176 ◦ blue 51

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

Shades of Old Gold #C0B033

Tints of Old Gold #C0B033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 45.82%
G = 42%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0B033 (or 0xC0B033) is known color: Old Gold. HEX triplet: C0, B0 and 33. RGB value is (192,176,51). Sum of RGB (Red+Green+Blue) = 192+176+51=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B033 is #3F4FCC. Grayscale: #A7A7A7. Windows color (decimal): -4149197 or 3387584. OLE color: 3387584.

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

Color convert

RGB 192 176 51 -
CMYK 0 0.08 0.73 0.25
HSL 53.19º 0.58% 0.48% -
HSV(B) 53.19º 0.73% 0.75% -
XYZ 37.86 42.5 9.34 -
YUV 166.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 192 176 51 0 0.08 0.73 0.25 53.19 0.58 0.48
Hex C0 B0 33 0 8 49 19 35 3A 30
Octal 300 260 63 0 10 111 31 65 72 60
Binary 11000000 10110000 110011 0 1000 1001001 11001 110101 111010 110000

Color Harmonies of #C0B033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B033

Black with #C0B033

Text Example


Text Example

White with #C0B033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B033; }

 p { color: rgb(192,176,51); }

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

background-color css

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

 a { background-color: rgb(192,176,51); }

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

border-color css

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

 span { border-color: rgb(192,176,51); }

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