Html Css Color HEX #C19138 Pizza

📋 copy color: '#C19138'

red 193 ◦ green 145 ◦ blue 56

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

Shades of Pizza #C19138

Tints of Pizza #C19138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

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

R = 48.98%
G = 36.8%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C19138 (or 0xC19138) is known color: Pizza. HEX triplet: C1, 91 and 38. RGB value is (193,145,56). Sum of RGB (Red+Green+Blue) = 193+145+56=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C19138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19138 is #3E6EC7. Grayscale: #959595. Windows color (decimal): -4091592 or 3707329. OLE color: 3707329.

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

Color convert

RGB 193 145 56 -
CMYK 0 0.25 0.71 0.24
HSL 38.98º 0.55% 0.49% -
HSV(B) 38.98º 0.71% 0.76% -
XYZ 32.83 31.87 8.16 -
YUV 149.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 193 145 56 0 0.25 0.71 0.24 38.98 0.55 0.49
Hex C1 91 38 0 19 47 18 27 37 31
Octal 301 221 70 0 31 107 30 47 67 61
Binary 11000001 10010001 111000 0 11001 1000111 11000 100111 110111 110001

Color Harmonies of #C19138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19138

Black with #C19138

Text Example


Text Example

White with #C19138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19138; }

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

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

background-color css

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

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

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

border-color css

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

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

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