Html Css Color HEX #C18237 Golden Bell

📋 copy color: '#C18237'

red 193 ◦ green 130 ◦ blue 55

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

Shades of Golden Bell #C18237

Tints of Golden Bell #C18237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

 BLUE value IS 55 (21.88% from 255) = 14.55%

R = 51.06%
G = 34.39%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C18237 (or 0xC18237) is known color: Golden Bell. HEX triplet: C1, 82 and 37. RGB value is (193,130,55). Sum of RGB (Red+Green+Blue) = 193+130+55=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C18237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18237 is #3E7DC8. Grayscale: #8C8C8C. Windows color (decimal): -4095433 or 3637953. OLE color: 3637953.

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

Color convert

RGB 193 130 55 -
CMYK 0 0.33 0.72 0.24
HSL 32.61º 0.56% 0.49% -
HSV(B) 32.61º 0.72% 0.76% -
XYZ 30.66 27.58 7.32 -
YUV 140.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 193 130 55 0 0.33 0.72 0.24 32.61 0.56 0.49
Hex C1 82 37 0 21 48 18 21 38 31
Octal 301 202 67 0 41 110 30 41 70 61
Binary 11000001 10000010 110111 0 100001 1001000 11000 100001 111000 110001

Color Harmonies of #C18237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18237

Black with #C18237

Text Example


Text Example

White with #C18237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18237; }

 p { color: rgb(193,130,55); }

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

background-color css

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

 a { background-color: rgb(193,130,55); }

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

border-color css

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

 span { border-color: rgb(193,130,55); }

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