Html Css Color HEX #C2B12F Old Gold

📋 copy color: '#C2B12F'

red 194 ◦ green 177 ◦ blue 47

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

Shades of Old Gold #C2B12F

Tints of Old Gold #C2B12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 46.41%
G = 42.34%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2B12F (or 0xC2B12F) is known color: Old Gold. HEX triplet: C2, B1 and 2F. RGB value is (194,177,47). Sum of RGB (Red+Green+Blue) = 194+177+47=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B12F is #3D4ED0. Grayscale: #A7A7A7. Windows color (decimal): -4017873 or 3125698. OLE color: 3125698.

HSL color Cylindrical-coordinate representation of color #C2B12F: hue angle of 53.06º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2B12F is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 47 -
CMYK 0 0.09 0.76 0.24
HSL 53.06º 0.61% 0.47% -
HSV(B) 53.06º 0.76% 0.76% -
XYZ 38.48 43.12 8.98 -
YUV 167.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 194 177 47 0 0.09 0.76 0.24 53.06 0.61 0.47
Hex C2 B1 2F 0 9 4C 18 35 3D 2F
Octal 302 261 57 0 11 114 30 65 75 57
Binary 11000010 10110001 101111 0 1001 1001100 11000 110101 111101 101111

Color Harmonies of #C2B12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B12F

Black with #C2B12F

Text Example


Text Example

White with #C2B12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B12F; }

 p { color: rgb(194,177,47); }

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

background-color css

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

 a { background-color: rgb(194,177,47); }

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

border-color css

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

 span { border-color: rgb(194,177,47); }

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