Html Css Color HEX #C3BA3F Old Gold

📋 copy color: '#C3BA3F'

red 195 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #C3BA3F

Tints of Old Gold #C3BA3F

RGB

 RED value IS 195 (76.56% from 255) = 43.92%

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

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

R = 43.92%
G = 41.89%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3BA3F (or 0xC3BA3F) is known color: Old Gold. HEX triplet: C3, BA and 3F. RGB value is (195,186,63). Sum of RGB (Red+Green+Blue) = 195+186+63=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA3F is #3C45C0. Grayscale: #AFAFAF. Windows color (decimal): -3950017 or 4176579. OLE color: 4176579.

HSL color Cylindrical-coordinate representation of color #C3BA3F: hue angle of 55.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3BA3F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 63 -
CMYK 0 0.05 0.68 0.24
HSL 55.91º 0.52% 0.51% -
HSV(B) 55.91º 0.68% 0.76% -
XYZ 40.96 47.08 11.63 -
YUV 174.67 64.98 142.5 -
System Red Green Blue C M Y K H S L
Decimal 195 186 63 0 0.05 0.68 0.24 55.91 0.52 0.51
Hex C3 BA 3F 0 5 44 18 38 34 33
Octal 303 272 77 0 5 104 30 70 64 63
Binary 11000011 10111010 111111 0 101 1000100 11000 111000 110100 110011

Color Harmonies of #C3BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA3F

Black with #C3BA3F

Text Example


Text Example

White with #C3BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA3F; }

 p { color: rgb(195,186,63); }

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

background-color css

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

 a { background-color: rgb(195,186,63); }

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

border-color css

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

 span { border-color: rgb(195,186,63); }

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