Html Css Color HEX #C18E39 Pizza

📋 copy color: '#C18E39'

red 193 ◦ green 142 ◦ blue 57

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

Shades of Pizza #C18E39

Tints of Pizza #C18E39

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

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

R = 49.23%
G = 36.22%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C18E39 (or 0xC18E39) is known color: Pizza. HEX triplet: C1, 8E and 39. RGB value is (193,142,57). Sum of RGB (Red+Green+Blue) = 193+142+57=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E39 is #3E71C6. Grayscale: #939393. Windows color (decimal): -4092359 or 3772097. OLE color: 3772097.

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

Color convert

RGB 193 142 57 -
CMYK 0 0.26 0.70 0.24
HSL 37.5º 0.54% 0.49% -
HSV(B) 37.5º 0.7% 0.76% -
XYZ 32.4 30.98 8.14 -
YUV 147.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 193 142 57 0 0.26 0.70 0.24 37.5 0.54 0.49
Hex C1 8E 39 0 1A 46 18 26 36 31
Octal 301 216 71 0 32 106 30 46 66 61
Binary 11000001 10001110 111001 0 11010 1000110 11000 100110 110110 110001

Color Harmonies of #C18E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E39

Black with #C18E39

Text Example


Text Example

White with #C18E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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