Html Css Color HEX #C19139 Pizza

📋 copy color: '#C19139'

red 193 ◦ green 145 ◦ blue 57

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

Shades of Pizza #C19139

Tints of Pizza #C19139

RGB

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

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

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

R = 48.86%
G = 36.71%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C19139 (or 0xC19139) is known color: Pizza. HEX triplet: C1, 91 and 39. RGB value is (193,145,57). Sum of RGB (Red+Green+Blue) = 193+145+57=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C19139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19139 is #3E6EC6. Grayscale: #959595. Windows color (decimal): -4091591 or 3772865. OLE color: 3772865.

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

Color convert

RGB 193 145 57 -
CMYK 0 0.25 0.70 0.24
HSL 38.82º 0.54% 0.49% -
HSV(B) 38.82º 0.7% 0.76% -
XYZ 32.86 31.88 8.29 -
YUV 149.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 193 145 57 0 0.25 0.70 0.24 38.82 0.54 0.49
Hex C1 91 39 0 19 46 18 27 36 31
Octal 301 221 71 0 31 106 30 47 66 61
Binary 11000001 10010001 111001 0 11001 1000110 11000 100111 110110 110001

Color Harmonies of #C19139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19139

Black with #C19139

Text Example


Text Example

White with #C19139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19139; }

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

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

background-color css

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

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

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

border-color css

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

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

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