Html Css Color HEX #C18E3F Pizza

📋 copy color: '#C18E3F'

red 193 ◦ green 142 ◦ blue 63

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

Shades of Pizza #C18E3F

Tints of Pizza #C18E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.83%

R = 48.49%
G = 35.68%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C18E3F (or 0xC18E3F) is known color: Pizza. HEX triplet: C1, 8E and 3F. RGB value is (193,142,63). Sum of RGB (Red+Green+Blue) = 193+142+63=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E3F is #3E71C0. Grayscale: #949494. Windows color (decimal): -4092353 or 4165313. OLE color: 4165313.

HSL color Cylindrical-coordinate representation of color #C18E3F: hue angle of 36.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C18E3F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 142 63 -
CMYK 0 0.26 0.67 0.24
HSL 36.46º 0.51% 0.5% -
HSV(B) 36.46º 0.67% 0.76% -
XYZ 32.56 31.04 8.98 -
YUV 148.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 193 142 63 0 0.26 0.67 0.24 36.46 0.51 0.5
Hex C1 8E 3F 0 1A 43 18 24 33 32
Octal 301 216 77 0 32 103 30 44 63 62
Binary 11000001 10001110 111111 0 11010 1000011 11000 100100 110011 110010

Color Harmonies of #C18E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E3F

Black with #C18E3F

Text Example


Text Example

White with #C18E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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