Html Css Color HEX #C2B232 Old Gold

📋 copy color: '#C2B232'

red 194 ◦ green 178 ◦ blue 50

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

Shades of Old Gold #C2B232

Tints of Old Gold #C2B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 45.97%
G = 42.18%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2B232 (or 0xC2B232) is known color: Old Gold. HEX triplet: C2, B2 and 32. RGB value is (194,178,50). Sum of RGB (Red+Green+Blue) = 194+178+50=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B232 is #3D4DCD. Grayscale: #A8A8A8. Windows color (decimal): -4017614 or 3322562. OLE color: 3322562.

HSL color Cylindrical-coordinate representation of color #C2B232: hue angle of 53.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2B232 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 50 -
CMYK 0 0.08 0.74 0.24
HSL 53.33º 0.59% 0.48% -
HSV(B) 53.33º 0.74% 0.76% -
XYZ 38.74 43.54 9.38 -
YUV 168.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 194 178 50 0 0.08 0.74 0.24 53.33 0.59 0.48
Hex C2 B2 32 0 8 4A 18 35 3B 30
Octal 302 262 62 0 10 112 30 65 73 60
Binary 11000010 10110010 110010 0 1000 1001010 11000 110101 111011 110000

Color Harmonies of #C2B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B232

Black with #C2B232

Text Example


Text Example

White with #C2B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B232; }

 p { color: rgb(194,178,50); }

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

background-color css

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

 a { background-color: rgb(194,178,50); }

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

border-color css

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

 span { border-color: rgb(194,178,50); }

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