Html Css Color HEX #C0BA42 Old Gold

📋 copy color: '#C0BA42'

red 192 ◦ green 186 ◦ blue 66

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

Shades of Old Gold #C0BA42

Tints of Old Gold #C0BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 43.24%
G = 41.89%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0BA42 (or 0xC0BA42) is known color: Old Gold. HEX triplet: C0, BA and 42. RGB value is (192,186,66). Sum of RGB (Red+Green+Blue) = 192+186+66=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA42 is #3F45BD. Grayscale: #AEAEAE. Windows color (decimal): -4146622 or 4373184. OLE color: 4373184.

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

Color convert

RGB 192 186 66 -
CMYK 0 0.03 0.66 0.25
HSL 57.14º 0.5% 0.51% -
HSV(B) 57.14º 0.66% 0.75% -
XYZ 40.28 46.72 12.05 -
YUV 174.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 192 186 66 0 0.03 0.66 0.25 57.14 0.5 0.51
Hex C0 BA 42 0 3 42 19 39 32 33
Octal 300 272 102 0 3 102 31 71 62 63
Binary 11000000 10111010 1000010 0 11 1000010 11001 111001 110010 110011

Color Harmonies of #C0BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA42

Black with #C0BA42

Text Example


Text Example

White with #C0BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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