Html Css Color HEX #C1B138 Old Gold

📋 copy color: '#C1B138'

red 193 ◦ green 177 ◦ blue 56

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

Shades of Old Gold #C1B138

Tints of Old Gold #C1B138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 56 (22.27% from 255) = 13.15%

R = 45.31%
G = 41.55%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C1B138 (or 0xC1B138) is known color: Old Gold. HEX triplet: C1, B1 and 38. RGB value is (193,177,56). Sum of RGB (Red+Green+Blue) = 193+177+56=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B138 is #3E4EC7. Grayscale: #A8A8A8. Windows color (decimal): -4083400 or 3715521. OLE color: 3715521.

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

Color convert

RGB 193 177 56 -
CMYK 0 0.08 0.71 0.24
HSL 52.99º 0.55% 0.49% -
HSV(B) 52.99º 0.71% 0.76% -
XYZ 38.43 43.07 10.03 -
YUV 167.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 193 177 56 0 0.08 0.71 0.24 52.99 0.55 0.49
Hex C1 B1 38 0 8 47 18 35 37 31
Octal 301 261 70 0 10 107 30 65 67 61
Binary 11000001 10110001 111000 0 1000 1000111 11000 110101 110111 110001

Color Harmonies of #C1B138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B138

Black with #C1B138

Text Example


Text Example

White with #C1B138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B138; }

 p { color: rgb(193,177,56); }

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

background-color css

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

 a { background-color: rgb(193,177,56); }

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

border-color css

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

 span { border-color: rgb(193,177,56); }

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