Html Css Color HEX #C18139 Golden Bell

📋 copy color: '#C18139'

red 193 ◦ green 129 ◦ blue 57

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

Shades of Golden Bell #C18139

Tints of Golden Bell #C18139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

 BLUE value IS 57 (22.66% from 255) = 15.04%

R = 50.92%
G = 34.04%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C18139 (or 0xC18139) is known color: Golden Bell. HEX triplet: C1, 81 and 39. RGB value is (193,129,57). Sum of RGB (Red+Green+Blue) = 193+129+57=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C18139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18139 is #3E7EC6. Grayscale: #8C8C8C. Windows color (decimal): -4095687 or 3768769. OLE color: 3768769.

HSL color Cylindrical-coordinate representation of color #C18139: hue angle of 31.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C18139 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 57 -
CMYK 0 0.33 0.70 0.24
HSL 31.76º 0.54% 0.49% -
HSV(B) 31.76º 0.7% 0.76% -
XYZ 30.58 27.33 7.53 -
YUV 139.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 193 129 57 0 0.33 0.70 0.24 31.76 0.54 0.49
Hex C1 81 39 0 21 46 18 20 36 31
Octal 301 201 71 0 41 106 30 40 66 61
Binary 11000001 10000001 111001 0 100001 1000110 11000 100000 110110 110001

Color Harmonies of #C18139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18139

Black with #C18139

Text Example


Text Example

White with #C18139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18139; }

 p { color: rgb(193,129,57); }

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

background-color css

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

 a { background-color: rgb(193,129,57); }

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

border-color css

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

 span { border-color: rgb(193,129,57); }

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