Html Css Color HEX #C1B136 Old Gold

📋 copy color: '#C1B136'

red 193 ◦ green 177 ◦ blue 54

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

Shades of Old Gold #C1B136

Tints of Old Gold #C1B136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.74%

R = 45.52%
G = 41.75%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C1B136 (or 0xC1B136) is known color: Old Gold. HEX triplet: C1, B1 and 36. RGB value is (193,177,54). Sum of RGB (Red+Green+Blue) = 193+177+54=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B136 is #3E4EC9. Grayscale: #A8A8A8. Windows color (decimal): -4083402 or 3584449. OLE color: 3584449.

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

Color convert

RGB 193 177 54 -
CMYK 0 0.08 0.72 0.24
HSL 53.09º 0.56% 0.48% -
HSV(B) 53.09º 0.72% 0.76% -
XYZ 38.38 43.05 9.78 -
YUV 167.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 193 177 54 0 0.08 0.72 0.24 53.09 0.56 0.48
Hex C1 B1 36 0 8 48 18 35 38 30
Octal 301 261 66 0 10 110 30 65 70 60
Binary 11000001 10110001 110110 0 1000 1001000 11000 110101 111000 110000

Color Harmonies of #C1B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B136

Black with #C1B136

Text Example


Text Example

White with #C1B136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B136; }

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

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

background-color css

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

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

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

border-color css

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

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

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