Html Css Color HEX #C3C131 Old Gold

📋 copy color: '#C3C131'

red 195 ◦ green 193 ◦ blue 49

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

Shades of Old Gold #C3C131

Tints of Old Gold #C3C131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

 BLUE value IS 49 (19.53% from 255) = 11.21%

R = 44.62%
G = 44.16%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C3C131 (or 0xC3C131) is known color: Old Gold. HEX triplet: C3, C1 and 31. RGB value is (195,193,49). Sum of RGB (Red+Green+Blue) = 195+193+49=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C131 is #3C3ECE. Grayscale: #B1B1B1. Windows color (decimal): -3948239 or 3260867. OLE color: 3260867.

HSL color Cylindrical-coordinate representation of color #C3C131: hue angle of 59.18º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3C131 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 49 -
CMYK 0 0.01 0.75 0.24
HSL 59.18º 0.6% 0.48% -
HSV(B) 59.18º 0.75% 0.76% -
XYZ 42.13 49.96 10.33 -
YUV 177.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 195 193 49 0 0.01 0.75 0.24 59.18 0.6 0.48
Hex C3 C1 31 0 1 4B 18 3B 3C 30
Octal 303 301 61 0 1 113 30 73 74 60
Binary 11000011 11000001 110001 0 1 1001011 11000 111011 111100 110000

Color Harmonies of #C3C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C131

Black with #C3C131

Text Example


Text Example

White with #C3C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C131; }

 p { color: rgb(195,193,49); }

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

background-color css

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

 a { background-color: rgb(195,193,49); }

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

border-color css

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

 span { border-color: rgb(195,193,49); }

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