Html Css Color HEX #C0BA38 Old Gold

📋 copy color: '#C0BA38'

red 192 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #C0BA38

Tints of Old Gold #C0BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

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

R = 44.24%
G = 42.86%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0BA38 (or 0xC0BA38) is known color: Old Gold. HEX triplet: C0, BA and 38. RGB value is (192,186,56). Sum of RGB (Red+Green+Blue) = 192+186+56=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA38 is #3F45C7. Grayscale: #ADADAD. Windows color (decimal): -4146632 or 3717824. OLE color: 3717824.

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

Color convert

RGB 192 186 56 -
CMYK 0 0.03 0.71 0.25
HSL 57.35º 0.55% 0.49% -
HSV(B) 57.35º 0.71% 0.75% -
XYZ 40.01 46.61 10.63 -
YUV 172.97 61.99 141.57 -
System Red Green Blue C M Y K H S L
Decimal 192 186 56 0 0.03 0.71 0.25 57.35 0.55 0.49
Hex C0 BA 38 0 3 47 19 39 37 31
Octal 300 272 70 0 3 107 31 71 67 61
Binary 11000000 10111010 111000 0 11 1000111 11001 111001 110111 110001

Color Harmonies of #C0BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA38

Black with #C0BA38

Text Example


Text Example

White with #C0BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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