Html Css Color HEX #C3C137 Old Gold

📋 copy color: '#C3C137'

red 195 ◦ green 193 ◦ blue 55

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

Shades of Old Gold #C3C137

Tints of Old Gold #C3C137

RGB

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

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

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

R = 44.02%
G = 43.57%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C3C137 (or 0xC3C137) is known color: Old Gold. HEX triplet: C3, C1 and 37. RGB value is (195,193,55). Sum of RGB (Red+Green+Blue) = 195+193+55=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C137 is #3C3EC8. Grayscale: #B2B2B2. Windows color (decimal): -3948233 or 3654083. OLE color: 3654083.

HSL color Cylindrical-coordinate representation of color #C3C137: hue angle of 59.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 #C3C137 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 55 -
CMYK 0 0.01 0.72 0.24
HSL 59.14º 0.56% 0.49% -
HSV(B) 59.14º 0.72% 0.76% -
XYZ 42.27 50.02 11.04 -
YUV 177.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 195 193 55 0 0.01 0.72 0.24 59.14 0.56 0.49
Hex C3 C1 37 0 1 48 18 3B 38 31
Octal 303 301 67 0 1 110 30 73 70 61
Binary 11000011 11000001 110111 0 1 1001000 11000 111011 111000 110001

Color Harmonies of #C3C137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C137

Black with #C3C137

Text Example


Text Example

White with #C3C137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C137; }

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

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

background-color css

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

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

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

border-color css

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

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

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