Html Css Color HEX #C18138 Golden Bell

📋 copy color: '#C18138'

red 193 ◦ green 129 ◦ blue 56

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

Shades of Golden Bell #C18138

Tints of Golden Bell #C18138

RGB

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

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

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

R = 51.06%
G = 34.13%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C18138 (or 0xC18138) is known color: Golden Bell. HEX triplet: C1, 81 and 38. RGB value is (193,129,56). Sum of RGB (Red+Green+Blue) = 193+129+56=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C18138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18138 is #3E7EC7. Grayscale: #8C8C8C. Windows color (decimal): -4095688 or 3703233. OLE color: 3703233.

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

Color convert

RGB 193 129 56 -
CMYK 0 0.33 0.71 0.24
HSL 31.97º 0.55% 0.49% -
HSV(B) 31.97º 0.71% 0.76% -
XYZ 30.56 27.32 7.4 -
YUV 139.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 193 129 56 0 0.33 0.71 0.24 31.97 0.55 0.49
Hex C1 81 38 0 21 47 18 20 37 31
Octal 301 201 70 0 41 107 30 40 67 61
Binary 11000001 10000001 111000 0 100001 1000111 11000 100000 110111 110001

Color Harmonies of #C18138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18138

Black with #C18138

Text Example


Text Example

White with #C18138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18138; }

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

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

background-color css

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

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

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

border-color css

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

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

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