Html Css Color HEX #C0B834 Old Gold

📋 copy color: '#C0B834'

red 192 ◦ green 184 ◦ blue 52

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

Shades of Old Gold #C0B834

Tints of Old Gold #C0B834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.99%

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

R = 44.86%
G = 42.99%
B = 12.15%

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

#C0B834 (or 0xC0B834) is known color: Old Gold. HEX triplet: C0, B8 and 34. RGB value is (192,184,52). Sum of RGB (Red+Green+Blue) = 192+184+52=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B834 is #3F47CB. Grayscale: #ABABAB. Windows color (decimal): -4147148 or 3455168. OLE color: 3455168.

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

Color convert

RGB 192 184 52 -
CMYK 0 0.04 0.73 0.25
HSL 56.57º 0.57% 0.48% -
HSV(B) 56.57º 0.73% 0.75% -
XYZ 39.5 45.74 9.99 -
YUV 171.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 192 184 52 0 0.04 0.73 0.25 56.57 0.57 0.48
Hex C0 B8 34 0 4 49 19 39 39 30
Octal 300 270 64 0 4 111 31 71 71 60
Binary 11000000 10111000 110100 0 100 1001001 11001 111001 111001 110000

Color Harmonies of #C0B834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B834

Black with #C0B834

Text Example


Text Example

White with #C0B834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B834; }

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

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

background-color css

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

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

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

border-color css

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

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

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