Html Css Color HEX #C18C35 Pizza

📋 copy color: '#C18C35'

red 193 ◦ green 140 ◦ blue 53

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

Shades of Pizza #C18C35

Tints of Pizza #C18C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 50%
G = 36.27%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18C35 (or 0xC18C35) is known color: Pizza. HEX triplet: C1, 8C and 35. RGB value is (193,140,53). Sum of RGB (Red+Green+Blue) = 193+140+53=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C35 is #3E73CA. Grayscale: #929292. Windows color (decimal): -4092875 or 3509441. OLE color: 3509441.

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

Color convert

RGB 193 140 53 -
CMYK 0 0.27 0.73 0.24
HSL 37.29º 0.57% 0.48% -
HSV(B) 37.29º 0.73% 0.76% -
XYZ 32.01 30.35 7.54 -
YUV 145.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 193 140 53 0 0.27 0.73 0.24 37.29 0.57 0.48
Hex C1 8C 35 0 1B 49 18 25 39 30
Octal 301 214 65 0 33 111 30 45 71 60
Binary 11000001 10001100 110101 0 11011 1001001 11000 100101 111001 110000

Color Harmonies of #C18C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C35

Black with #C18C35

Text Example


Text Example

White with #C18C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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