Html Css Color HEX #C0B838 Old Gold

📋 copy color: '#C0B838'

red 192 ◦ green 184 ◦ blue 56

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

Shades of Old Gold #C0B838

Tints of Old Gold #C0B838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.96%

R = 44.44%
G = 42.59%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0B838 (or 0xC0B838) is known color: Old Gold. HEX triplet: C0, B8 and 38. RGB value is (192,184,56). Sum of RGB (Red+Green+Blue) = 192+184+56=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B838 is #3F47C7. Grayscale: #ACACAC. Windows color (decimal): -4147144 or 3717312. OLE color: 3717312.

HSL color Cylindrical-coordinate representation of color #C0B838: hue angle of 56.47º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0B838 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 56 -
CMYK 0 0.04 0.71 0.25
HSL 56.47º 0.55% 0.49% -
HSV(B) 56.47º 0.71% 0.75% -
XYZ 39.59 45.77 10.49 -
YUV 171.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 192 184 56 0 0.04 0.71 0.25 56.47 0.55 0.49
Hex C0 B8 38 0 4 47 19 38 37 31
Octal 300 270 70 0 4 107 31 70 67 61
Binary 11000000 10111000 111000 0 100 1000111 11001 111000 110111 110001

Color Harmonies of #C0B838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B838

Black with #C0B838

Text Example


Text Example

White with #C0B838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B838; }

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

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

background-color css

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

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

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

border-color css

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

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

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