Html Css Color HEX #C2C137 Old Gold

📋 copy color: '#C2C137'

red 194 ◦ green 193 ◦ blue 55

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

Shades of Old Gold #C2C137

Tints of Old Gold #C2C137

RGB

 RED value IS 194 (76.17% from 255) = 43.89%

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

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

R = 43.89%
G = 43.67%
B = 12.44%

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

#C2C137 (or 0xC2C137) is known color: Old Gold. HEX triplet: C2, C1 and 37. RGB value is (194,193,55). Sum of RGB (Red+Green+Blue) = 194+193+55=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C137 is #3D3EC8. Grayscale: #B2B2B2. Windows color (decimal): -4013769 or 3654082. OLE color: 3654082.

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

Color convert

RGB 194 193 55 -
CMYK 0 0.01 0.72 0.24
HSL 59.57º 0.56% 0.49% -
HSV(B) 59.57º 0.72% 0.76% -
XYZ 42.01 49.89 11.03 -
YUV 177.57 58.83 139.72 -
System Red Green Blue C M Y K H S L
Decimal 194 193 55 0 0.01 0.72 0.24 59.57 0.56 0.49
Hex C2 C1 37 0 1 48 18 3C 38 31
Octal 302 301 67 0 1 110 30 74 70 61
Binary 11000010 11000001 110111 0 1 1001000 11000 111100 111000 110001

Color Harmonies of #C2C137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C137

Black with #C2C137

Text Example


Text Example

White with #C2C137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C137; }

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

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

background-color css

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

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

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

border-color css

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

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

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