Html Css Color HEX #C2B240 Old Gold

📋 copy color: '#C2B240'

red 194 ◦ green 178 ◦ blue 64

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

Shades of Old Gold #C2B240

Tints of Old Gold #C2B240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 44.5%
G = 40.83%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2B240 (or 0xC2B240) is known color: Old Gold. HEX triplet: C2, B2 and 40. RGB value is (194,178,64). Sum of RGB (Red+Green+Blue) = 194+178+64=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B240 is #3D4DBF. Grayscale: #AAAAAA. Windows color (decimal): -4017600 or 4240066. OLE color: 4240066.

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

Color convert

RGB 194 178 64 -
CMYK 0 0.08 0.67 0.24
HSL 52.62º 0.52% 0.51% -
HSV(B) 52.62º 0.67% 0.76% -
XYZ 39.09 43.68 11.22 -
YUV 169.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 194 178 64 0 0.08 0.67 0.24 52.62 0.52 0.51
Hex C2 B2 40 0 8 43 18 35 34 33
Octal 302 262 100 0 10 103 30 65 64 63
Binary 11000010 10110010 1000000 0 1000 1000011 11000 110101 110100 110011

Color Harmonies of #C2B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B240

Black with #C2B240

Text Example


Text Example

White with #C2B240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B240; }

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

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

background-color css

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

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

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

border-color css

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

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

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