Html Css Color HEX #C0B739 Old Gold

📋 copy color: '#C0B739'

red 192 ◦ green 183 ◦ blue 57

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

Shades of Old Gold #C0B739

Tints of Old Gold #C0B739

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.36%

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

R = 44.44%
G = 42.36%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0B739 (or 0xC0B739) is known color: Old Gold. HEX triplet: C0, B7 and 39. RGB value is (192,183,57). Sum of RGB (Red+Green+Blue) = 192+183+57=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B739 is #3F48C6. Grayscale: #ABABAB. Windows color (decimal): -4147399 or 3782592. OLE color: 3782592.

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

Color convert

RGB 192 183 57 -
CMYK 0 0.05 0.70 0.25
HSL 56º 0.54% 0.49% -
HSV(B) 56º 0.7% 0.75% -
XYZ 39.41 45.37 10.55 -
YUV 171.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 192 183 57 0 0.05 0.70 0.25 56 0.54 0.49
Hex C0 B7 39 0 5 46 19 38 36 31
Octal 300 267 71 0 5 106 31 70 66 61
Binary 11000000 10110111 111001 0 101 1000110 11001 111000 110110 110001

Color Harmonies of #C0B739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B739

Black with #C0B739

Text Example


Text Example

White with #C0B739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B739; }

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

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

background-color css

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

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

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

border-color css

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

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

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