Html Css Color HEX #C1893F Pizza

📋 copy color: '#C1893F'

red 193 ◦ green 137 ◦ blue 63

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

Shades of Pizza #C1893F

Tints of Pizza #C1893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

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

R = 49.11%
G = 34.86%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1893F (or 0xC1893F) is known color: Pizza. HEX triplet: C1, 89 and 3F. RGB value is (193,137,63). Sum of RGB (Red+Green+Blue) = 193+137+63=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1893F is #3E76C0. Grayscale: #919191. Windows color (decimal): -4093633 or 4164033. OLE color: 4164033.

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

Color convert

RGB 193 137 63 -
CMYK 0 0.29 0.67 0.24
HSL 34.15º 0.51% 0.5% -
HSV(B) 34.15º 0.67% 0.76% -
XYZ 31.84 29.59 8.74 -
YUV 145.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 193 137 63 0 0.29 0.67 0.24 34.15 0.51 0.5
Hex C1 89 3F 0 1D 43 18 22 33 32
Octal 301 211 77 0 35 103 30 42 63 62
Binary 11000001 10001001 111111 0 11101 1000011 11000 100010 110011 110010

Color Harmonies of #C1893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1893F

Black with #C1893F

Text Example


Text Example

White with #C1893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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