Html Css Color HEX #C0B539 Old Gold

📋 copy color: '#C0B539'

red 192 ◦ green 181 ◦ blue 57

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

Shades of Old Gold #C0B539

Tints of Old Gold #C0B539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.26%

R = 44.65%
G = 42.09%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0B539 (or 0xC0B539) is known color: Old Gold. HEX triplet: C0, B5 and 39. RGB value is (192,181,57). Sum of RGB (Red+Green+Blue) = 192+181+57=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B539 is #3F4AC6. Grayscale: #AAAAAA. Windows color (decimal): -4147911 or 3782080. OLE color: 3782080.

HSL color Cylindrical-coordinate representation of color #C0B539: hue angle of 55.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0B539 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 57 -
CMYK 0 0.06 0.70 0.25
HSL 55.11º 0.54% 0.49% -
HSV(B) 55.11º 0.7% 0.75% -
XYZ 39 44.55 10.41 -
YUV 170.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 192 181 57 0 0.06 0.70 0.25 55.11 0.54 0.49
Hex C0 B5 39 0 6 46 19 37 36 31
Octal 300 265 71 0 6 106 31 67 66 61
Binary 11000000 10110101 111001 0 110 1000110 11001 110111 110110 110001

Color Harmonies of #C0B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B539

Black with #C0B539

Text Example


Text Example

White with #C0B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B539; }

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

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

background-color css

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

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

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

border-color css

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

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

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