Html Css Color HEX #C2BE41 Old Gold

📋 copy color: '#C2BE41'

red 194 ◦ green 190 ◦ blue 65

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

Shades of Old Gold #C2BE41

Tints of Old Gold #C2BE41

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

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

R = 43.21%
G = 42.32%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2BE41 (or 0xC2BE41) is known color: Old Gold. HEX triplet: C2, BE and 41. RGB value is (194,190,65). Sum of RGB (Red+Green+Blue) = 194+190+65=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE41 is #3D41BE. Grayscale: #B1B1B1. Windows color (decimal): -4014527 or 4308674. OLE color: 4308674.

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

Color convert

RGB 194 190 65 -
CMYK 0 0.02 0.66 0.24
HSL 58.14º 0.51% 0.51% -
HSV(B) 58.14º 0.66% 0.76% -
XYZ 41.62 48.68 12.2 -
YUV 176.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 194 190 65 0 0.02 0.66 0.24 58.14 0.51 0.51
Hex C2 BE 41 0 2 42 18 3A 33 33
Octal 302 276 101 0 2 102 30 72 63 63
Binary 11000010 10111110 1000001 0 10 1000010 11000 111010 110011 110011

Color Harmonies of #C2BE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE41

Black with #C2BE41

Text Example


Text Example

White with #C2BE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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