Html Css Color HEX #C0B934 Old Gold

📋 copy color: '#C0B934'

red 192 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #C0B934

Tints of Old Gold #C0B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 44.76%
G = 43.12%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0B934 (or 0xC0B934) is known color: Old Gold. HEX triplet: C0, B9 and 34. RGB value is (192,185,52). Sum of RGB (Red+Green+Blue) = 192+185+52=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B934 is #3F46CB. Grayscale: #ACACAC. Windows color (decimal): -4146892 or 3455424. OLE color: 3455424.

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

Color convert

RGB 192 185 52 -
CMYK 0 0.04 0.73 0.25
HSL 57º 0.57% 0.48% -
HSV(B) 57º 0.73% 0.75% -
XYZ 39.71 46.15 10.06 -
YUV 171.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 192 185 52 0 0.04 0.73 0.25 57 0.57 0.48
Hex C0 B9 34 0 4 49 19 39 39 30
Octal 300 271 64 0 4 111 31 71 71 60
Binary 11000000 10111001 110100 0 100 1001001 11001 111001 111001 110000

Color Harmonies of #C0B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B934

Black with #C0B934

Text Example


Text Example

White with #C0B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B934; }

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

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

background-color css

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

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

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

border-color css

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

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

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