Html Css Color HEX #C3BA37 Old Gold

📋 copy color: '#C3BA37'

red 195 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #C3BA37

Tints of Old Gold #C3BA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.61%

R = 44.72%
G = 42.66%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C3BA37 (or 0xC3BA37) is known color: Old Gold. HEX triplet: C3, BA and 37. RGB value is (195,186,55). Sum of RGB (Red+Green+Blue) = 195+186+55=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA37 is #3C45C8. Grayscale: #AEAEAE. Windows color (decimal): -3950025 or 3652291. OLE color: 3652291.

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

Color convert

RGB 195 186 55 -
CMYK 0 0.05 0.72 0.24
HSL 56.14º 0.56% 0.49% -
HSV(B) 56.14º 0.72% 0.76% -
XYZ 40.75 47 10.54 -
YUV 173.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 195 186 55 0 0.05 0.72 0.24 56.14 0.56 0.49
Hex C3 BA 37 0 5 48 18 38 38 31
Octal 303 272 67 0 5 110 30 70 70 61
Binary 11000011 10111010 110111 0 101 1001000 11000 111000 111000 110001

Color Harmonies of #C3BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA37

Black with #C3BA37

Text Example


Text Example

White with #C3BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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