Html Css Color HEX #C2B93E Old Gold

📋 copy color: '#C2B93E'

red 194 ◦ green 185 ◦ blue 62

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

Shades of Old Gold #C2B93E

Tints of Old Gold #C2B93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.06%

R = 43.99%
G = 41.95%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2B93E (or 0xC2B93E) is known color: Old Gold. HEX triplet: C2, B9 and 3E. RGB value is (194,185,62). Sum of RGB (Red+Green+Blue) = 194+185+62=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B93E is #3D46C1. Grayscale: #AEAEAE. Windows color (decimal): -4015810 or 4110786. OLE color: 4110786.

HSL color Cylindrical-coordinate representation of color #C2B93E: hue angle of 55.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2B93E is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 62 -
CMYK 0 0.05 0.68 0.24
HSL 55.91º 0.52% 0.5% -
HSV(B) 55.91º 0.68% 0.76% -
XYZ 40.47 46.52 11.4 -
YUV 173.67 64.98 142.5 -
System Red Green Blue C M Y K H S L
Decimal 194 185 62 0 0.05 0.68 0.24 55.91 0.52 0.5
Hex C2 B9 3E 0 5 44 18 38 34 32
Octal 302 271 76 0 5 104 30 70 64 62
Binary 11000010 10111001 111110 0 101 1000100 11000 111000 110100 110010

Color Harmonies of #C2B93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B93E

Black with #C2B93E

Text Example


Text Example

White with #C2B93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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