Html Css Color HEX #C2B33F Old Gold

📋 copy color: '#C2B33F'

red 194 ◦ green 179 ◦ blue 63

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

Shades of Old Gold #C2B33F

Tints of Old Gold #C2B33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

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

R = 44.5%
G = 41.06%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2B33F (or 0xC2B33F) is known color: Old Gold. HEX triplet: C2, B3 and 3F. RGB value is (194,179,63). Sum of RGB (Red+Green+Blue) = 194+179+63=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B33F is #3D4CC0. Grayscale: #AAAAAA. Windows color (decimal): -4017345 or 4174786. OLE color: 4174786.

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

Color convert

RGB 194 179 63 -
CMYK 0 0.08 0.68 0.24
HSL 53.13º 0.52% 0.5% -
HSV(B) 53.13º 0.68% 0.76% -
XYZ 39.27 44.07 11.14 -
YUV 170.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 194 179 63 0 0.08 0.68 0.24 53.13 0.52 0.5
Hex C2 B3 3F 0 8 44 18 35 34 32
Octal 302 263 77 0 10 104 30 65 64 62
Binary 11000010 10110011 111111 0 1000 1000100 11000 110101 110100 110010

Color Harmonies of #C2B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B33F

Black with #C2B33F

Text Example


Text Example

White with #C2B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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