Html Css Color HEX #C2B431 Old Gold

📋 copy color: '#C2B431'

red 194 ◦ green 180 ◦ blue 49

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

Shades of Old Gold #C2B431

Tints of Old Gold #C2B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.55%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 45.86%
G = 42.55%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2B431 (or 0xC2B431) is known color: Old Gold. HEX triplet: C2, B4 and 31. RGB value is (194,180,49). Sum of RGB (Red+Green+Blue) = 194+180+49=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B431 is #3D4BCE. Grayscale: #A9A9A9. Windows color (decimal): -4017103 or 3257538. OLE color: 3257538.

HSL color Cylindrical-coordinate representation of color #C2B431: hue angle of 54.21º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2B431 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 49 -
CMYK 0 0.07 0.75 0.24
HSL 54.21º 0.6% 0.48% -
HSV(B) 54.21º 0.75% 0.76% -
XYZ 39.12 44.33 9.4 -
YUV 169.25 60.14 145.65 -
System Red Green Blue C M Y K H S L
Decimal 194 180 49 0 0.07 0.75 0.24 54.21 0.6 0.48
Hex C2 B4 31 0 7 4B 18 36 3C 30
Octal 302 264 61 0 7 113 30 66 74 60
Binary 11000010 10110100 110001 0 111 1001011 11000 110110 111100 110000

Color Harmonies of #C2B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B431

Black with #C2B431

Text Example


Text Example

White with #C2B431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B431; }

 p { color: rgb(194,180,49); }

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

background-color css

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

 a { background-color: rgb(194,180,49); }

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

border-color css

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

 span { border-color: rgb(194,180,49); }

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