Html Css Color HEX #C2B941 Old Gold

📋 copy color: '#C2B941'

red 194 ◦ green 185 ◦ blue 65

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

Shades of Old Gold #C2B941

Tints of Old Gold #C2B941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 43.69%
G = 41.67%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2B941 (or 0xC2B941) is known color: Old Gold. HEX triplet: C2, B9 and 41. RGB value is (194,185,65). Sum of RGB (Red+Green+Blue) = 194+185+65=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B941 is #3D46BE. Grayscale: #AEAEAE. Windows color (decimal): -4015807 or 4307394. OLE color: 4307394.

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

Color convert

RGB 194 185 65 -
CMYK 0 0.05 0.66 0.24
HSL 55.81º 0.51% 0.51% -
HSV(B) 55.81º 0.66% 0.76% -
XYZ 40.55 46.55 11.85 -
YUV 174.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 194 185 65 0 0.05 0.66 0.24 55.81 0.51 0.51
Hex C2 B9 41 0 5 42 18 38 33 33
Octal 302 271 101 0 5 102 30 70 63 63
Binary 11000010 10111001 1000001 0 101 1000010 11000 111000 110011 110011

Color Harmonies of #C2B941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B941

Black with #C2B941

Text Example


Text Example

White with #C2B941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B941; }

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

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

background-color css

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

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

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

border-color css

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

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

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