Html Css Color HEX #C3C136 Old Gold

📋 copy color: '#C3C136'

red 195 ◦ green 193 ◦ blue 54

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

Shades of Old Gold #C3C136

Tints of Old Gold #C3C136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.22%

R = 44.12%
G = 43.67%
B = 12.22%

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

#C3C136 (or 0xC3C136) is known color: Old Gold. HEX triplet: C3, C1 and 36. RGB value is (195,193,54). Sum of RGB (Red+Green+Blue) = 195+193+54=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C136 is #3C3EC9. Grayscale: #B2B2B2. Windows color (decimal): -3948234 or 3588547. OLE color: 3588547.

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

Color convert

RGB 195 193 54 -
CMYK 0 0.01 0.72 0.24
HSL 59.15º 0.57% 0.49% -
HSV(B) 59.15º 0.72% 0.76% -
XYZ 42.24 50.01 10.92 -
YUV 177.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 195 193 54 0 0.01 0.72 0.24 59.15 0.57 0.49
Hex C3 C1 36 0 1 48 18 3B 39 31
Octal 303 301 66 0 1 110 30 73 71 61
Binary 11000011 11000001 110110 0 1 1001000 11000 111011 111001 110001

Color Harmonies of #C3C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C136

Black with #C3C136

Text Example


Text Example

White with #C3C136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C136; }

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

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

background-color css

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

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

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

border-color css

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

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

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