Html Css Color HEX #C1B63E Old Gold

📋 copy color: '#C1B63E'

red 193 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #C1B63E

Tints of Old Gold #C1B63E

RGB

 RED value IS 193 (75.78% from 255) = 44.16%

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

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

R = 44.16%
G = 41.65%
B = 14.19%

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

#C1B63E (or 0xC1B63E) is known color: Old Gold. HEX triplet: C1, B6 and 3E. RGB value is (193,182,62). Sum of RGB (Red+Green+Blue) = 193+182+62=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B63E is #3E49C1. Grayscale: #ACACAC. Windows color (decimal): -4082114 or 4110017. OLE color: 4110017.

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

Color convert

RGB 193 182 62 -
CMYK 0 0.06 0.68 0.24
HSL 54.96º 0.51% 0.5% -
HSV(B) 54.96º 0.68% 0.76% -
XYZ 39.59 45.14 11.18 -
YUV 171.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 193 182 62 0 0.06 0.68 0.24 54.96 0.51 0.5
Hex C1 B6 3E 0 6 44 18 37 33 32
Octal 301 266 76 0 6 104 30 67 63 62
Binary 11000001 10110110 111110 0 110 1000100 11000 110111 110011 110010

Color Harmonies of #C1B63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B63E

Black with #C1B63E

Text Example


Text Example

White with #C1B63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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