Html Css Color HEX #C0B734 Old Gold

📋 copy color: '#C0B734'

red 192 ◦ green 183 ◦ blue 52

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

Shades of Old Gold #C0B734

Tints of Old Gold #C0B734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.18%

R = 44.96%
G = 42.86%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0B734 (or 0xC0B734) is known color: Old Gold. HEX triplet: C0, B7 and 34. RGB value is (192,183,52). Sum of RGB (Red+Green+Blue) = 192+183+52=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B734 is #3F48CB. Grayscale: #ABABAB. Windows color (decimal): -4147404 or 3454912. OLE color: 3454912.

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

Color convert

RGB 192 183 52 -
CMYK 0 0.05 0.73 0.25
HSL 56.14º 0.57% 0.48% -
HSV(B) 56.14º 0.73% 0.75% -
XYZ 39.29 45.32 9.93 -
YUV 170.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 192 183 52 0 0.05 0.73 0.25 56.14 0.57 0.48
Hex C0 B7 34 0 5 49 19 38 39 30
Octal 300 267 64 0 5 111 31 70 71 60
Binary 11000000 10110111 110100 0 101 1001001 11001 111000 111001 110000

Color Harmonies of #C0B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B734

Black with #C0B734

Text Example


Text Example

White with #C0B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B734; }

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

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

background-color css

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

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

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

border-color css

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

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

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