Html Css Color HEX #C3C139 Old Gold

📋 copy color: '#C3C139'

red 195 ◦ green 193 ◦ blue 57

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

Shades of Old Gold #C3C139

Tints of Old Gold #C3C139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.81%

R = 43.82%
G = 43.37%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C3C139 (or 0xC3C139) is known color: Old Gold. HEX triplet: C3, C1 and 39. RGB value is (195,193,57). Sum of RGB (Red+Green+Blue) = 195+193+57=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C139 is #3C3EC6. Grayscale: #B2B2B2. Windows color (decimal): -3948231 or 3785155. OLE color: 3785155.

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

Color convert

RGB 195 193 57 -
CMYK 0 0.01 0.71 0.24
HSL 59.13º 0.55% 0.49% -
HSV(B) 59.13º 0.71% 0.76% -
XYZ 42.31 50.04 11.3 -
YUV 178.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 195 193 57 0 0.01 0.71 0.24 59.13 0.55 0.49
Hex C3 C1 39 0 1 47 18 3B 37 31
Octal 303 301 71 0 1 107 30 73 67 61
Binary 11000011 11000001 111001 0 1 1000111 11000 111011 110111 110001

Color Harmonies of #C3C139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C139

Black with #C3C139

Text Example


Text Example

White with #C3C139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C139; }

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

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

background-color css

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

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

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

border-color css

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

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

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