Html Css Color HEX #C2B641 Old Gold

📋 copy color: '#C2B641'

red 194 ◦ green 182 ◦ blue 65

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

Shades of Old Gold #C2B641

Tints of Old Gold #C2B641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 43.99%
G = 41.27%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2B641 (or 0xC2B641) is known color: Old Gold. HEX triplet: C2, B6 and 41. RGB value is (194,182,65). Sum of RGB (Red+Green+Blue) = 194+182+65=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B641 is #3D49BE. Grayscale: #ACACAC. Windows color (decimal): -4016575 or 4306626. OLE color: 4306626.

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

Color convert

RGB 194 182 65 -
CMYK 0 0.06 0.66 0.24
HSL 54.42º 0.51% 0.51% -
HSV(B) 54.42º 0.66% 0.76% -
XYZ 39.93 45.31 11.64 -
YUV 172.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 194 182 65 0 0.06 0.66 0.24 54.42 0.51 0.51
Hex C2 B6 41 0 6 42 18 36 33 33
Octal 302 266 101 0 6 102 30 66 63 63
Binary 11000010 10110110 1000001 0 110 1000010 11000 110110 110011 110011

Color Harmonies of #C2B641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B641

Black with #C2B641

Text Example


Text Example

White with #C2B641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B641; }

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

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

background-color css

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

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

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

border-color css

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

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

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