Html Css Color HEX #C2B93F Old Gold

📋 copy color: '#C2B93F'

red 194 ◦ green 185 ◦ blue 63

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

Shades of Old Gold #C2B93F

Tints of Old Gold #C2B93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 43.89%
G = 41.86%
B = 14.25%

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

#C2B93F (or 0xC2B93F) is known color: Old Gold. HEX triplet: C2, B9 and 3F. RGB value is (194,185,63). Sum of RGB (Red+Green+Blue) = 194+185+63=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B93F is #3D46C0. Grayscale: #AEAEAE. Windows color (decimal): -4015809 or 4176322. OLE color: 4176322.

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

Color convert

RGB 194 185 63 -
CMYK 0 0.05 0.68 0.24
HSL 55.88º 0.52% 0.5% -
HSV(B) 55.88º 0.68% 0.76% -
XYZ 40.49 46.53 11.55 -
YUV 173.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 194 185 63 0 0.05 0.68 0.24 55.88 0.52 0.5
Hex C2 B9 3F 0 5 44 18 38 34 32
Octal 302 271 77 0 5 104 30 70 64 62
Binary 11000010 10111001 111111 0 101 1000100 11000 111000 110100 110010

Color Harmonies of #C2B93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B93F

Black with #C2B93F

Text Example


Text Example

White with #C2B93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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