Html Css Color HEX #C2BD41 Old Gold

📋 copy color: '#C2BD41'

red 194 ◦ green 189 ◦ blue 65

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

Shades of Old Gold #C2BD41

Tints of Old Gold #C2BD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

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

R = 43.3%
G = 42.19%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2BD41 (or 0xC2BD41) is known color: Old Gold. HEX triplet: C2, BD and 41. RGB value is (194,189,65). Sum of RGB (Red+Green+Blue) = 194+189+65=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD41 is #3D42BE. Grayscale: #B0B0B0. Windows color (decimal): -4014783 or 4308418. OLE color: 4308418.

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

Color convert

RGB 194 189 65 -
CMYK 0 0.03 0.66 0.24
HSL 57.67º 0.51% 0.51% -
HSV(B) 57.67º 0.66% 0.76% -
XYZ 41.4 48.25 12.13 -
YUV 176.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 194 189 65 0 0.03 0.66 0.24 57.67 0.51 0.51
Hex C2 BD 41 0 3 42 18 3A 33 33
Octal 302 275 101 0 3 102 30 72 63 63
Binary 11000010 10111101 1000001 0 11 1000010 11000 111010 110011 110011

Color Harmonies of #C2BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD41

Black with #C2BD41

Text Example


Text Example

White with #C2BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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