Html Css Color HEX #C0B533 Old Gold

📋 copy color: '#C0B533'

red 192 ◦ green 181 ◦ blue 51

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

Shades of Old Gold #C0B533

Tints of Old Gold #C0B533

RGB

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

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

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

R = 45.28%
G = 42.69%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0B533 (or 0xC0B533) is known color: Old Gold. HEX triplet: C0, B5 and 33. RGB value is (192,181,51). Sum of RGB (Red+Green+Blue) = 192+181+51=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B533 is #3F4ACC. Grayscale: #AAAAAA. Windows color (decimal): -4147917 or 3388864. OLE color: 3388864.

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

Color convert

RGB 192 181 51 -
CMYK 0 0.06 0.73 0.25
HSL 55.32º 0.58% 0.48% -
HSV(B) 55.32º 0.73% 0.75% -
XYZ 38.86 44.49 9.67 -
YUV 169.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 192 181 51 0 0.06 0.73 0.25 55.32 0.58 0.48
Hex C0 B5 33 0 6 49 19 37 3A 30
Octal 300 265 63 0 6 111 31 67 72 60
Binary 11000000 10110101 110011 0 110 1001001 11001 110111 111010 110000

Color Harmonies of #C0B533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B533

Black with #C0B533

Text Example


Text Example

White with #C0B533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B533; }

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

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

background-color css

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

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

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

border-color css

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

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

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