Html Css Color HEX #C0B333 Old Gold

📋 copy color: '#C0B333'

red 192 ◦ green 179 ◦ blue 51

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

Shades of Old Gold #C0B333

Tints of Old Gold #C0B333

RGB

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

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

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

R = 45.5%
G = 42.42%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0B333 (or 0xC0B333) is known color: Old Gold. HEX triplet: C0, B3 and 33. RGB value is (192,179,51). Sum of RGB (Red+Green+Blue) = 192+179+51=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B333 is #3F4CCC. Grayscale: #A8A8A8. Windows color (decimal): -4148429 or 3388352. OLE color: 3388352.

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

Color convert

RGB 192 179 51 -
CMYK 0 0.07 0.73 0.25
HSL 54.47º 0.58% 0.48% -
HSV(B) 54.47º 0.73% 0.75% -
XYZ 38.46 43.69 9.54 -
YUV 168.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 192 179 51 0 0.07 0.73 0.25 54.47 0.58 0.48
Hex C0 B3 33 0 7 49 19 36 3A 30
Octal 300 263 63 0 7 111 31 66 72 60
Binary 11000000 10110011 110011 0 111 1001001 11001 110110 111010 110000

Color Harmonies of #C0B333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B333

Black with #C0B333

Text Example


Text Example

White with #C0B333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B333; }

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

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

background-color css

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

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

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

border-color css

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

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

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