Html Css Color HEX #C3C031 Old Gold

📋 copy color: '#C3C031'

red 195 ◦ green 192 ◦ blue 49

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

Shades of Old Gold #C3C031

Tints of Old Gold #C3C031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

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

R = 44.72%
G = 44.04%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C3C031 (or 0xC3C031) is known color: Old Gold. HEX triplet: C3, C0 and 31. RGB value is (195,192,49). Sum of RGB (Red+Green+Blue) = 195+192+49=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C031 is #3C3FCE. Grayscale: #B1B1B1. Windows color (decimal): -3948495 or 3260611. OLE color: 3260611.

HSL color Cylindrical-coordinate representation of color #C3C031: hue angle of 58.77º 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 #C3C031 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 49 -
CMYK 0 0.02 0.75 0.24
HSL 58.77º 0.6% 0.48% -
HSV(B) 58.77º 0.75% 0.76% -
XYZ 41.91 49.52 10.26 -
YUV 176.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 195 192 49 0 0.02 0.75 0.24 58.77 0.6 0.48
Hex C3 C0 31 0 2 4B 18 3B 3C 30
Octal 303 300 61 0 2 113 30 73 74 60
Binary 11000011 11000000 110001 0 10 1001011 11000 111011 111100 110000

Color Harmonies of #C3C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C031

Black with #C3C031

Text Example


Text Example

White with #C3C031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C031; }

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

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

background-color css

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

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

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

border-color css

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

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

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