Html Css Color HEX #C2B63E Old Gold

📋 copy color: '#C2B63E'

red 194 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #C2B63E

Tints of Old Gold #C2B63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 44.29%
G = 41.55%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2B63E (or 0xC2B63E) is known color: Old Gold. HEX triplet: C2, B6 and 3E. RGB value is (194,182,62). Sum of RGB (Red+Green+Blue) = 194+182+62=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B63E is #3D49C1. Grayscale: #ACACAC. Windows color (decimal): -4016578 or 4110018. OLE color: 4110018.

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

Color convert

RGB 194 182 62 -
CMYK 0 0.06 0.68 0.24
HSL 54.55º 0.52% 0.5% -
HSV(B) 54.55º 0.68% 0.76% -
XYZ 39.85 45.27 11.2 -
YUV 171.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 194 182 62 0 0.06 0.68 0.24 54.55 0.52 0.5
Hex C2 B6 3E 0 6 44 18 37 34 32
Octal 302 266 76 0 6 104 30 67 64 62
Binary 11000010 10110110 111110 0 110 1000100 11000 110111 110100 110010

Color Harmonies of #C2B63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B63E

Black with #C2B63E

Text Example


Text Example

White with #C2B63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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