Html Css Color HEX #C18338 Golden Bell

📋 copy color: '#C18338'

red 193 ◦ green 131 ◦ blue 56

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

Shades of Golden Bell #C18338

Tints of Golden Bell #C18338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 50.79%
G = 34.47%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C18338 (or 0xC18338) is known color: Golden Bell. HEX triplet: C1, 83 and 38. RGB value is (193,131,56). Sum of RGB (Red+Green+Blue) = 193+131+56=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C18338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18338 is #3E7CC7. Grayscale: #8D8D8D. Windows color (decimal): -4095176 or 3703745. OLE color: 3703745.

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

Color convert

RGB 193 131 56 -
CMYK 0 0.32 0.71 0.24
HSL 32.85º 0.55% 0.49% -
HSV(B) 32.85º 0.71% 0.76% -
XYZ 30.82 27.86 7.49 -
YUV 140.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 193 131 56 0 0.32 0.71 0.24 32.85 0.55 0.49
Hex C1 83 38 0 20 47 18 21 37 31
Octal 301 203 70 0 40 107 30 41 67 61
Binary 11000001 10000011 111000 0 100000 1000111 11000 100001 110111 110001

Color Harmonies of #C18338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18338

Black with #C18338

Text Example


Text Example

White with #C18338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18338; }

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

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

background-color css

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

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

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

border-color css

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

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

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