Html Css Color HEX #C18637 Pizza

📋 copy color: '#C18637'

red 193 ◦ green 134 ◦ blue 55

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

Shades of Pizza #C18637

Tints of Pizza #C18637

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

 BLUE value IS 55 (21.88% from 255) = 14.4%

R = 50.52%
G = 35.08%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C18637 (or 0xC18637) is known color: Pizza. HEX triplet: C1, 86 and 37. RGB value is (193,134,55). Sum of RGB (Red+Green+Blue) = 193+134+55=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C18637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18637 is #3E79C8. Grayscale: #8F8F8F. Windows color (decimal): -4094409 or 3638977. OLE color: 3638977.

HSL color Cylindrical-coordinate representation of color #C18637: hue angle of 34.35º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C18637 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 134 55 -
CMYK 0 0.31 0.72 0.24
HSL 34.35º 0.56% 0.49% -
HSV(B) 34.35º 0.72% 0.76% -
XYZ 31.21 28.66 7.5 -
YUV 142.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 193 134 55 0 0.31 0.72 0.24 34.35 0.56 0.49
Hex C1 86 37 0 1F 48 18 22 38 31
Octal 301 206 67 0 37 110 30 42 70 61
Binary 11000001 10000110 110111 0 11111 1001000 11000 100010 111000 110001

Color Harmonies of #C18637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18637

Black with #C18637

Text Example


Text Example

White with #C18637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18637; }

 p { color: rgb(193,134,55); }

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

background-color css

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

 a { background-color: rgb(193,134,55); }

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

border-color css

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

 span { border-color: rgb(193,134,55); }

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