Html Css Color HEX #C0B532 Old Gold

📋 copy color: '#C0B532'

red 192 ◦ green 181 ◦ blue 50

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

Shades of Old Gold #C0B532

Tints of Old Gold #C0B532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.82%

R = 45.39%
G = 42.79%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0B532 (or 0xC0B532) is known color: Old Gold. HEX triplet: C0, B5 and 32. RGB value is (192,181,50). Sum of RGB (Red+Green+Blue) = 192+181+50=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B532 is #3F4ACD. Grayscale: #A9A9A9. Windows color (decimal): -4147918 or 3323328. OLE color: 3323328.

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

Color convert

RGB 192 181 50 -
CMYK 0 0.06 0.74 0.25
HSL 55.35º 0.59% 0.47% -
HSV(B) 55.35º 0.74% 0.75% -
XYZ 38.84 44.48 9.56 -
YUV 169.36 60.64 144.15 -
System Red Green Blue C M Y K H S L
Decimal 192 181 50 0 0.06 0.74 0.25 55.35 0.59 0.47
Hex C0 B5 32 0 6 4A 19 37 3B 2F
Octal 300 265 62 0 6 112 31 67 73 57
Binary 11000000 10110101 110010 0 110 1001010 11001 110111 111011 101111

Color Harmonies of #C0B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B532

Black with #C0B532

Text Example


Text Example

White with #C0B532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B532; }

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

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

background-color css

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

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

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

border-color css

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

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

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