Html Css Color HEX #C2B92E Old Gold

📋 copy color: '#C2B92E'

red 194 ◦ green 185 ◦ blue 46

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

Shades of Old Gold #C2B92E

Tints of Old Gold #C2B92E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

 BLUE value IS 46 (18.36% from 255) = 10.82%

R = 45.65%
G = 43.53%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2B92E (or 0xC2B92E) is known color: Old Gold. HEX triplet: C2, B9 and 2E. RGB value is (194,185,46). Sum of RGB (Red+Green+Blue) = 194+185+46=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B92E is #3D46D1. Grayscale: #ACACAC. Windows color (decimal): -4015826 or 3062210. OLE color: 3062210.

HSL color Cylindrical-coordinate representation of color #C2B92E: hue angle of 56.35º degrees, saturation: 0.62, 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 #C2B92E is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 46 -
CMYK 0 0.05 0.76 0.24
HSL 56.35º 0.62% 0.47% -
HSV(B) 56.35º 0.76% 0.76% -
XYZ 40.09 46.36 9.42 -
YUV 171.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 194 185 46 0 0.05 0.76 0.24 56.35 0.62 0.47
Hex C2 B9 2E 0 5 4C 18 38 3E 2F
Octal 302 271 56 0 5 114 30 70 76 57
Binary 11000010 10111001 101110 0 101 1001100 11000 111000 111110 101111

Color Harmonies of #C2B92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B92E

Black with #C2B92E

Text Example


Text Example

White with #C2B92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B92E; }

 p { color: rgb(194,185,46); }

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

background-color css

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

 a { background-color: rgb(194,185,46); }

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

border-color css

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

 span { border-color: rgb(194,185,46); }

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