Html Css Color HEX #C18C36 Pizza

📋 copy color: '#C18C36'

red 193 ◦ green 140 ◦ blue 54

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

Shades of Pizza #C18C36

Tints of Pizza #C18C36

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 54 (21.48% from 255) = 13.95%

R = 49.87%
G = 36.18%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C18C36 (or 0xC18C36) is known color: Pizza. HEX triplet: C1, 8C and 36. RGB value is (193,140,54). Sum of RGB (Red+Green+Blue) = 193+140+54=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C36 is #3E73C9. Grayscale: #929292. Windows color (decimal): -4092874 or 3574977. OLE color: 3574977.

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

Color convert

RGB 193 140 54 -
CMYK 0 0.27 0.72 0.24
HSL 37.12º 0.56% 0.48% -
HSV(B) 37.12º 0.72% 0.76% -
XYZ 32.04 30.36 7.66 -
YUV 146.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 193 140 54 0 0.27 0.72 0.24 37.12 0.56 0.48
Hex C1 8C 36 0 1B 48 18 25 38 30
Octal 301 214 66 0 33 110 30 45 70 60
Binary 11000001 10001100 110110 0 11011 1001000 11000 100101 111000 110000

Color Harmonies of #C18C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C36

Black with #C18C36

Text Example


Text Example

White with #C18C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C36; }

 p { color: rgb(193,140,54); }

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

background-color css

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

 a { background-color: rgb(193,140,54); }

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

border-color css

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

 span { border-color: rgb(193,140,54); }

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