Html Css Color HEX #C0BA40 Old Gold

📋 copy color: '#C0BA40'

red 192 ◦ green 186 ◦ blue 64

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

Shades of Old Gold #C0BA40

Tints of Old Gold #C0BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.48%

R = 43.44%
G = 42.08%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0BA40 (or 0xC0BA40) is known color: Old Gold. HEX triplet: C0, BA and 40. RGB value is (192,186,64). Sum of RGB (Red+Green+Blue) = 192+186+64=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA40 is #3F45BF. Grayscale: #AEAEAE. Windows color (decimal): -4146624 or 4242112. OLE color: 4242112.

HSL color Cylindrical-coordinate representation of color #C0BA40: hue angle of 57.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0BA40 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 64 -
CMYK 0 0.03 0.67 0.25
HSL 57.19º 0.5% 0.5% -
HSV(B) 57.19º 0.67% 0.75% -
XYZ 40.22 46.69 11.74 -
YUV 173.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 192 186 64 0 0.03 0.67 0.25 57.19 0.5 0.5
Hex C0 BA 40 0 3 43 19 39 32 32
Octal 300 272 100 0 3 103 31 71 62 62
Binary 11000000 10111010 1000000 0 11 1000011 11001 111001 110010 110010

Color Harmonies of #C0BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA40

Black with #C0BA40

Text Example


Text Example

White with #C0BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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