Html Css Color HEX #C3BA3C Old Gold

📋 copy color: '#C3BA3C'

red 195 ◦ green 186 ◦ blue 60

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

Shades of Old Gold #C3BA3C

Tints of Old Gold #C3BA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 44.22%
G = 42.18%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3BA3C (or 0xC3BA3C) is known color: Old Gold. HEX triplet: C3, BA and 3C. RGB value is (195,186,60). Sum of RGB (Red+Green+Blue) = 195+186+60=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA3C is #3C45C3. Grayscale: #AEAEAE. Windows color (decimal): -3950020 or 3979971. OLE color: 3979971.

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

Color convert

RGB 195 186 60 -
CMYK 0 0.05 0.69 0.24
HSL 56º 0.53% 0.5% -
HSV(B) 56º 0.69% 0.76% -
XYZ 40.88 47.05 11.2 -
YUV 174.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 195 186 60 0 0.05 0.69 0.24 56 0.53 0.5
Hex C3 BA 3C 0 5 45 18 38 35 32
Octal 303 272 74 0 5 105 30 70 65 62
Binary 11000011 10111010 111100 0 101 1000101 11000 111000 110101 110010

Color Harmonies of #C3BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA3C

Black with #C3BA3C

Text Example


Text Example

White with #C3BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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