Html Css Color HEX #C0BC3F Old Gold

📋 copy color: '#C0BC3F'

red 192 ◦ green 188 ◦ blue 63

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

Shades of Old Gold #C0BC3F

Tints of Old Gold #C0BC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

 BLUE value IS 63 (25% from 255) = 14.22%

R = 43.34%
G = 42.44%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0BC3F (or 0xC0BC3F) is known color: Old Gold. HEX triplet: C0, BC and 3F. RGB value is (192,188,63). Sum of RGB (Red+Green+Blue) = 192+188+63=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC3F is #3F43C0. Grayscale: #AFAFAF. Windows color (decimal): -4146113 or 4177088. OLE color: 4177088.

HSL color Cylindrical-coordinate representation of color #C0BC3F: hue angle of 58.14º degrees, saturation: 0.51, 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 #C0BC3F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 63 -
CMYK 0 0.02 0.67 0.25
HSL 58.14º 0.51% 0.5% -
HSV(B) 58.14º 0.67% 0.75% -
XYZ 40.62 47.53 11.74 -
YUV 174.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 192 188 63 0 0.02 0.67 0.25 58.14 0.51 0.5
Hex C0 BC 3F 0 2 43 19 3A 33 32
Octal 300 274 77 0 2 103 31 72 63 62
Binary 11000000 10111100 111111 0 10 1000011 11001 111010 110011 110010

Color Harmonies of #C0BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC3F

Black with #C0BC3F

Text Example


Text Example

White with #C0BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC3F; }

 p { color: rgb(192,188,63); }

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

background-color css

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

 a { background-color: rgb(192,188,63); }

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

border-color css

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

 span { border-color: rgb(192,188,63); }

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